obsolete comment
This commit is contained in:
@@ -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)))"
|
||||
|
||||
Reference in New Issue
Block a user