diff --git a/apps/ios/SimpleXChat/ChatTypes.swift b/apps/ios/SimpleXChat/ChatTypes.swift index b87a10a6d7..8e460feac2 100644 --- a/apps/ios/SimpleXChat/ChatTypes.swift +++ b/apps/ios/SimpleXChat/ChatTypes.swift @@ -1374,7 +1374,6 @@ public struct ChatItem: Identifiable, Decodable { public var timestampText: Text { meta.timestampText } - // pair with formattedText public var text: String { switch (content.text, content.msgContent, file) { case let ("", .some(.voice(_, duration)), _): return "Voice message (\(durationText(duration)))"