mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
mobile: disable notifications on group events, make member role default (#1158)
* ios: disable notifications on group events, make member role default * same for android * change mute criteria * update
This commit is contained in:
committed by
GitHub
parent
a3bd51a5fa
commit
06e46b0bea
@@ -876,7 +876,7 @@ func processReceivedMsg(_ res: ChatResponse) async {
|
||||
await receiveFile(fileId: file.fileId)
|
||||
}
|
||||
}
|
||||
if !cItem.chatDir.sent && !cItem.isCall() {
|
||||
if !cItem.chatDir.sent && !cItem.isCall() && !cItem.isMutedMemberEvent {
|
||||
NtfManager.shared.notifyMessageReceived(cInfo, cItem)
|
||||
}
|
||||
case let .chatItemStatusUpdated(aChatItem):
|
||||
|
||||
Reference in New Issue
Block a user