Reaction notifications are always silent.

This commit is contained in:
John Preston 2022-03-24 16:21:59 +04:00
parent 468917a91a
commit cdde9f8841
1 changed files with 2 additions and 1 deletions

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