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