From 0001885971c1392e5403bade3c8011a5b4ff845f Mon Sep 17 00:00:00 2001 From: JRoberts <8711996+jr-simplex@users.noreply.github.com> Date: Sat, 3 Dec 2022 18:24:20 +0400 Subject: [PATCH] obsolete comment --- apps/ios/SimpleXChat/ChatTypes.swift | 1 - 1 file changed, 1 deletion(-) 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)))"