large titles

This commit is contained in:
spaced4ndy
2024-10-31 20:39:31 +04:00
parent 6090cfb6d9
commit 66430d7fbd
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ final class ChatModel: ObservableObject {
@Published var draftChatId: String?
@Published var networkInfo = UserNetworkInfo(networkType: .other, online: true)
// server operators
@Published var serverOperators: [ServerOperator] = [ServerOperator.sampleData1, ServerOperator.sampleData2, ServerOperator.sampleData3]
@Published var serverOperators: [ServerOperator] = [ServerOperator.sampleData1, ServerOperator.sampleData2] // ServerOperator.sampleData3
var messageDelivery: Dictionary<Int64, () -> Void> = [:]