Audio send message preview

This commit is contained in:
Isaac
2024-05-14 12:36:13 +04:00
parent 3da1b96775
commit 304ce900c1
11 changed files with 205 additions and 7 deletions

View File

@@ -114,6 +114,8 @@ public class ChatMessageFileBubbleContentNode: ChatMessageBubbleContentNode {
let statusType: ChatMessageDateAndStatusType?
if case .customChatContents = item.associatedData.subject {
statusType = nil
} else if item.message.timestamp == 0 {
statusType = nil
} else {
switch preparePosition {
case .linear(_, .None), .linear(_, .Neighbour(true, _, _)):