summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 5312ea43..d7d11a12 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -645,6 +645,11 @@ ChatPage::bootstrap(QString userid, QString homeserver, QString token) connect( cache::client(), &Cache::roomReadStatus, room_list_, &RoomList::updateReadStatus); + connect(cache::client(), + &Cache::removeNotification, + &notificationsManager, + &NotificationsManager::removeNotification); + const bool isInitialized = cache::isInitialized(); const bool isValid = cache::isFormatValid();