diff --git a/apps/ios/SimpleXChat/ChatTypes.swift b/apps/ios/SimpleXChat/ChatTypes.swift index 0b9ab6f417..40a1b69672 100644 --- a/apps/ios/SimpleXChat/ChatTypes.swift +++ b/apps/ios/SimpleXChat/ChatTypes.swift @@ -915,7 +915,7 @@ public struct ChatItem: Identifiable, Decodable { case .memberDeleted: return false } case .sndGroupEvent: return true - default: return true + default: return false } }