mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 09:44:15 +00:00
mobile: don't show notifications for certain chat items (#1453)
This commit is contained in:
@@ -988,7 +988,7 @@ func processReceivedMsg(_ res: ChatResponse) async {
|
||||
await receiveFile(fileId: file.fileId)
|
||||
}
|
||||
}
|
||||
if !cItem.chatDir.sent && !cItem.isCall && !cItem.isMutedMemberEvent {
|
||||
if cItem.showNotification {
|
||||
NtfManager.shared.notifyMessageReceived(cInfo, cItem)
|
||||
}
|
||||
case let .chatItemStatusUpdated(aChatItem):
|
||||
|
||||
Reference in New Issue
Block a user