fix a issue where the call info message won't be updated

pull/687/head
Ryan Zhao 3 years ago
parent d42088e37c
commit ae7895c18e

@ -278,7 +278,8 @@ public final class SessionCall: CurrentCallProtocol, WebRTCSessionDelegate {
let duration: TimeInterval = self.duration
let hasStartedConnecting: Bool = self.hasStartedConnecting
Storage.shared.writeAsync { db in
// Don't know whether there will be an impact if we don't write async
Storage.shared.write { db in
guard let interaction: Interaction = try? Interaction.fetchOne(db, id: callInteractionId) else {
return
}

Loading…
Cancel
Save