mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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{
|
return SkipState{
|
||||||
.value = value,
|
.value = value,
|
||||||
.silent = (forceSilent
|
.silent = (forceSilent
|
||||||
|| (messageNotification && item->isSilent())),
|
|| !messageNotification
|
||||||
|
|| item->isSilent()),
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
const auto showForMuted = messageNotification
|
const auto showForMuted = messageNotification
|
||||||
|
|
Loading…
Add table
Reference in a new issue