2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix unread badge update when leaving a channel.

Fixes #6995.
This commit is contained in:
John Preston
2020-01-16 11:09:57 +03:00
parent f1822d69be
commit 0eb8d24394

View File

@@ -2083,6 +2083,7 @@ void Session::unreadEntryChanged(const Dialogs::Key &key, bool added) {
_chatsList.unreadEntryChanged(state, added);
}
}
Notify::unreadCounterUpdated();
}
void Session::selfDestructIn(not_null<HistoryItem*> item, crl::time delay) {