mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Reaction notifications are always silent.
This commit is contained in:
@@ -177,7 +177,8 @@ System::SkipState System::computeSkipState(
|
||||
return SkipState{
|
||||
.value = value,
|
||||
.silent = (forceSilent
|
||||
|| (messageNotification && item->isSilent())),
|
||||
|| !messageNotification
|
||||
|| item->isSilent()),
|
||||
};
|
||||
};
|
||||
const auto showForMuted = messageNotification
|
||||
|
Reference in New Issue
Block a user