summary refs log tree commit diff
path: root/src/encryption/Olm.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-06-18 20:16:52 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-06-19 16:37:00 +0200
commitead10cd0fdd3437004f87afde51c290fc2c025ca (patch)
tree319b23168d215183a6cb90c9d4a8c11e5d956e4f /src/encryption/Olm.h
parentTranslated using Weblate (English) (diff)
downloadnheko-ead10cd0fdd3437004f87afde51c290fc2c025ca.tar.xz
Request full online keybackup when turning it on
Diffstat (limited to 'src/encryption/Olm.h')
-rw-r--r--src/encryption/Olm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/encryption/Olm.h b/src/encryption/Olm.h

index 9d99bcf4..1189fffa 100644 --- a/src/encryption/Olm.h +++ b/src/encryption/Olm.h
@@ -73,6 +73,8 @@ import_inbound_megolm_session( const mtx::events::DeviceEvent<mtx::events::msg::ForwardedRoomKey> &roomKey); void lookup_keybackup(const std::string room, const std::string session_id); +void +download_full_keybackup(); nlohmann::json handle_pre_key_olm_message(const std::string &sender,