Clear notifications when event is read
This commit is contained in:
parent
537cc966cc
commit
2022775dd0
7 changed files with 95 additions and 3 deletions
|
|
@ -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,
|
||||
¬ificationsManager,
|
||||
&NotificationsManager::removeNotification);
|
||||
|
||||
const bool isInitialized = cache::isInitialized();
|
||||
const bool isValid = cache::isFormatValid();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue