summary refs log tree commit diff
path: root/src/timeline/EventStore.cpp
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/timeline/EventStore.cpp
parentTranslated using Weblate (English) (diff)
downloadnheko-ead10cd0fdd3437004f87afde51c290fc2c025ca.tar.xz
Request full online keybackup when turning it on
Diffstat (limited to 'src/timeline/EventStore.cpp')
-rw-r--r--src/timeline/EventStore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timeline/EventStore.cpp b/src/timeline/EventStore.cpp

index 122a6f8e..019cf78b 100644 --- a/src/timeline/EventStore.cpp +++ b/src/timeline/EventStore.cpp
@@ -754,7 +754,6 @@ EventStore::requestSession(const mtx::events::EncryptedEvent<mtx::events::msg::E if (suppressKeyRequests) return; - // TODO: Look in key backup auto copy = ev; copy.room_id = room_id_; if (pending_key_requests.count(ev.content.session_id)) {