mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Add 'Count unread messages' option.
This commit is contained in:
@@ -45,7 +45,8 @@ System::System(AuthSession *session) : _authSession(session) {
|
||||
clearAll();
|
||||
} else if (type == ChangeType::ViewParams) {
|
||||
updateAll();
|
||||
} else if (type == ChangeType::IncludeMuted) {
|
||||
} else if (type == ChangeType::IncludeMuted
|
||||
|| type == ChangeType::CountMessages) {
|
||||
Notify::unreadCounterUpdated();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user