mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Added support of sound notification setting to Data::Session.
This commit is contained in:
@@ -178,7 +178,8 @@ System::SkipState System::computeSkipState(
|
||||
.value = value,
|
||||
.silent = (forceSilent
|
||||
|| !messageNotification
|
||||
|| item->isSilent()),
|
||||
|| item->isSilent()
|
||||
|| history->owner().notifySoundIsNone(history->peer)),
|
||||
};
|
||||
};
|
||||
const auto showForMuted = messageNotification
|
||||
|
Reference in New Issue
Block a user