2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Notify settings unknown => draw chats as muted.

Also request common notify settings at the app launch.
This commit is contained in:
John Preston
2018-06-07 22:28:09 +03:00
parent 472a677bca
commit 75a40b83ae
3 changed files with 5 additions and 5 deletions

View File

@@ -1741,7 +1741,7 @@ bool Session::notifyIsMuted(
if (const auto until = settings.muteUntil()) {
return resultFromUntil(*until);
}
return false;
return true;
}
bool Session::notifySilentPosts(not_null<const PeerData*> peer) const {