mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Reaction notifications are always silent.
This commit is contained in:
parent
468917a91a
commit
cdde9f8841
1 changed files with 2 additions and 1 deletions
|
@ -177,7 +177,8 @@ System::SkipState System::computeSkipState(
|
|||
return SkipState{
|
||||
.value = value,
|
||||
.silent = (forceSilent
|
||||
|| (messageNotification && item->isSilent())),
|
||||
|| !messageNotification
|
||||
|| item->isSilent()),
|
||||
};
|
||||
};
|
||||
const auto showForMuted = messageNotification
|
||||
|
|
Loading…
Add table
Reference in a new issue