Fixes #3050 - Sync mute state between ElementCall and CallKit
This commit is contained in:
committed by
Stefan Ceriu
parent
0a17366ebf
commit
11285f3a55
@@ -838,8 +838,7 @@ class AppCoordinator: AppCoordinatorProtocol, AuthenticationFlowCoordinatorDeleg
|
||||
private func startSync() {
|
||||
guard let userSession else { return }
|
||||
|
||||
// FIXME: replace this with `user_id_server_name` from https://github.com/matrix-org/matrix-rust-sdk/pull/3617
|
||||
let serverName = String(userSession.clientProxy.userID.split(separator: ":").last ?? "Unknown")
|
||||
let serverName = String(userSession.clientProxy.userIDServerName ?? "Unknown")
|
||||
|
||||
ServiceLocator.shared.analytics.signpost.beginFirstSync(serverName: serverName)
|
||||
userSession.clientProxy.startSync()
|
||||
|
||||
Reference in New Issue
Block a user