mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Remove markAsRead prints
This commit is contained in:
parent
7ddc584a2a
commit
53ab111d32
1 changed files with 0 additions and 4 deletions
|
|
@ -219,10 +219,6 @@ class ConversationsListViewModel: ObservableObject {
|
|||
SharedMainViewModel.shared.updateUnreadMessagesCount()
|
||||
}
|
||||
}, onChatRoomRead: { (_: Core, chatRoom: ChatRoom) in
|
||||
print("markAsRead 00 ---- \(chatRoom.subject ?? "No subject")")
|
||||
print("markAsRead 01 ---- \(core.defaultAccount != nil )")
|
||||
print("markAsRead 02 ---- \(core.defaultAccount?.contactAddress?.asStringUriOnly() ?? "No default address")")
|
||||
print("markAsRead 03 ---- \(chatRoom.localAddress?.asStringUriOnly() ?? "No local address")")
|
||||
let idTmp = LinphoneUtils.getChatRoomId(room: chatRoom)
|
||||
let model = self.conversationsList.first(where: { $0.id == idTmp }) ?? ConversationModel(chatRoom: chatRoom)
|
||||
model.getContentTextMessage(chatRoom: chatRoom)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue