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
1 changed files with 1 additions and 0 deletions

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) {