mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-01 22:18:43 +00:00
ios: fix muted notification (#1192)
This commit is contained in:
@@ -915,7 +915,7 @@ public struct ChatItem: Identifiable, Decodable {
|
||||
case .memberDeleted: return false
|
||||
}
|
||||
case .sndGroupEvent: return true
|
||||
default: return true
|
||||
default: return false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user