diff options
author | Nicolas Werner <nicolas.werner@ymail.com> | 2022-04-08 03:24:10 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@ymail.com> | 2022-04-08 03:24:10 +0200 |
commit | f316dbed439c2dea2c570d6cab1f694f6df6df6f (patch) | |
tree | 2fd2e4123dffaa7946033cc46e352aca505e6d1a /src/Cache_p.h | |
parent | Remove sender key from megolm session index (diff) | |
download | nheko-f316dbed439c2dea2c570d6cab1f694f6df6df6f.tar.xz |
Fix a few issues with receiving to_device messages in initial sync
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r-- | src/Cache_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h index 472c8e4c..67755575 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h @@ -317,6 +317,7 @@ signals: void roomReadStatus(const std::map<QString, bool> &status); void removeNotification(const QString &room_id, const QString &event_id); void userKeysUpdate(const std::string &sync_token, const mtx::responses::QueryKeys &keyQuery); + void userKeysUpdateFinalize(const std::string &user_id); void verificationStatusChanged(const std::string &userid); void selfVerificationStatusChanged(); void secretChanged(const std::string name); |