diff options
author | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-08-24 13:56:50 +0530 |
---|---|---|
committer | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-08-24 13:58:00 +0530 |
commit | 1d299951b61390c381013ca0503fb09df548c6ec (patch) | |
tree | 12a627382e339adb033143751a2d4f96fbabba48 /src/Cache_p.h | |
parent | [WIP] Room Verification Works! (diff) | |
download | nheko-1d299951b61390c381013ca0503fb09df548c6ec.tar.xz |
Cache Fix
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r-- | src/Cache_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h index f75b0f4e..174090a9 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h @@ -269,6 +269,8 @@ signals: void newReadReceipts(const QString &room_id, const std::vector<QString> &event_ids); void roomReadStatus(const std::map<QString, bool> &status); void removeNotification(const QString &room_id, const QString &event_id); + void updateUserCacheFlag(const std::string &user_id); + void deleteLeftUsers(const std::string &user_id); private: //! Save an invited room. |