diff --git a/Linphone/GeneratedGit.swift b/Linphone/GeneratedGit.swift index b3d3ee67b..240baa0e4 100644 --- a/Linphone/GeneratedGit.swift +++ b/Linphone/GeneratedGit.swift @@ -2,6 +2,6 @@ import Foundation public enum AppGitInfo { public static let branch = "master" - public static let commit = "4c45a9bb1" + public static let commit = "1dbbe6a53" public static let tag = "6.1.0-alpha" } diff --git a/Linphone/UI/Main/Conversations/ViewModel/ConversationViewModel.swift b/Linphone/UI/Main/Conversations/ViewModel/ConversationViewModel.swift index dd759b30e..84611e0c5 100644 --- a/Linphone/UI/Main/Conversations/ViewModel/ConversationViewModel.swift +++ b/Linphone/UI/Main/Conversations/ViewModel/ConversationViewModel.swift @@ -366,15 +366,12 @@ class ConversationViewModel: ObservableObject { self.coreContext.doOnCoreQueue { _ in let chatMessageDelegate = ChatMessageDelegateStub(onMsgStateChanged: { (message: ChatMessage, msgState: ChatMessage.State) in - // TODO: Wait for SDK fix - /* if msgState == .Queued || msgState == .PendingDelivery { if let eventLog = message.eventLog { self.getNewMessages(eventLogs: [eventLog]) } return } - */ var statusTmp: Message.Status? switch message.state { case .InProgress: diff --git a/LinphoneApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/LinphoneApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 49a76e624..6e08b3a1d 100644 --- a/LinphoneApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/LinphoneApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -123,7 +123,7 @@ "location" : "https://gitlab.linphone.org/BC/public/linphone-sdk-swift-ios.git", "state" : { "branch" : "alpha", - "revision" : "e82eb03f276a3c6f4b9b4d87ca7faff5f5d42b8a" + "revision" : "81cb4712da29fffda8d7fb673685f6add05cf325" } }, {