mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix typo in key export
This commit is contained in:
parent
f316dbed43
commit
cf38e6974a
1 changed files with 2 additions and 1 deletions
|
@ -609,9 +609,10 @@ Cache::exportSessionKeys()
|
|||
if (!data.sender_claimed_ed25519_key.empty())
|
||||
exported.sender_claimed_keys["ed25519"] = data.sender_claimed_ed25519_key;
|
||||
exported.forwarding_curve25519_key_chain = data.forwarding_curve25519_key_chain;
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
|
||||
continue;
|
||||
} catch (std::exception &e) {
|
||||
nhlog::db()->error("Failed to retrieve Megolm Session Data: {}", e.what());
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue