obsolete comment

This commit is contained in:
JRoberts
2022-12-03 18:24:20 +04:00
parent e0c932c04e
commit 0001885971

View File

@@ -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)))"