mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Version 1.5.2: Fix unread mentions in workmode.
This commit is contained in:
@@ -2031,7 +2031,7 @@ void DialogsInner::userIsContactUpdated(not_null<UserData*> user) {
|
||||
void DialogsInner::notify_historyMuteUpdated(History *history) {
|
||||
if (!_dialogsImportant || !history->inChatList(Dialogs::Mode::All)) return;
|
||||
|
||||
if (history->mute()) {
|
||||
if (!history->toImportant()) {
|
||||
if (Global::DialogsMode() == Dialogs::Mode::Important) {
|
||||
if (_selected && _selected->history() == history) {
|
||||
_selected = nullptr;
|
||||
|
Reference in New Issue
Block a user