2
0
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:
John Preston
2022-03-24 16:21:59 +04:00
parent 468917a91a
commit cdde9f8841

View File

@@ -177,7 +177,8 @@ System::SkipState System::computeSkipState(
return SkipState{
.value = value,
.silent = (forceSilent
|| (messageNotification && item->isSilent())),
|| !messageNotification
|| item->isSilent()),
};
};
const auto showForMuted = messageNotification