sdk: update to 25.04.14

This commit is contained in:
Mauro Romito
2025-04-14 11:13:49 +02:00
committed by Mauro
parent 0435691964
commit 6c07af84cc
12 changed files with 119 additions and 21 deletions

View File

@@ -128,7 +128,7 @@ class AuthenticationService: AuthenticationServiceProtocol {
}
return await userSession(for: client)
} catch let ClientError.MatrixApi(errorKind, _, _) {
} catch let ClientError.MatrixApi(errorKind, _, _, _) {
MXLog.error("Failed logging in with error kind: \(errorKind)")
switch errorKind {
case .forbidden: