Merge branch 'master' into lp/chat-message-animation

This commit is contained in:
Levitating Pineapple
2024-08-16 12:33:59 +03:00
10 changed files with 7 additions and 54 deletions
-2
View File
@@ -183,8 +183,6 @@ final class ChatModel: ObservableObject {
@Published var stopPreviousRecPlay: URL? = nil // coordinates currently playing source
@Published var draft: ComposeState?
@Published var draftChatId: String?
// tracks keyboard height via subscription in AppDelegate
@Published var keyboardHeight: CGFloat = 0
@Published var pasteboardHasStrings: Bool = UIPasteboard.general.hasStrings
@Published var networkInfo = UserNetworkInfo(networkType: .other, online: true)