diff --git a/Telegram/SourceFiles/window/notifications_manager.cpp b/Telegram/SourceFiles/window/notifications_manager.cpp index 83ce22f132..eff5df4231 100644 --- a/Telegram/SourceFiles/window/notifications_manager.cpp +++ b/Telegram/SourceFiles/window/notifications_manager.cpp @@ -177,7 +177,8 @@ System::SkipState System::computeSkipState( return SkipState{ .value = value, .silent = (forceSilent - || (messageNotification && item->isSilent())), + || !messageNotification + || item->isSilent()), }; }; const auto showForMuted = messageNotification