mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Notify settings unknown => draw chats as muted.
Also request common notify settings at the app launch.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user