mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-25 18:19:49 +00:00
ios: only show notification on received messages, do not remove non-current group members from contacts that can be added to the group (#846)
This commit is contained in:
@@ -765,7 +765,7 @@ func processReceivedMsg(_ res: ChatResponse) async {
|
||||
await receiveFile(fileId: file.fileId)
|
||||
}
|
||||
}
|
||||
if !cItem.isCall() {
|
||||
if !cItem.chatDir.sent && !cItem.isCall() {
|
||||
NtfManager.shared.notifyMessageReceived(cInfo, cItem)
|
||||
}
|
||||
case let .chatItemStatusUpdated(aChatItem):
|
||||
|
||||
Reference in New Issue
Block a user