Bump the RustSDK to v25.04.02

This commit is contained in:
Stefan Ceriu
2025-04-03 15:08:15 +03:00
parent 24a487ba82
commit 881017f97a
8 changed files with 342 additions and 78 deletions

View File

@@ -129,7 +129,7 @@ class UserSessionStore: UserSessionStoreProtocol {
cachePath: credentials.restorationToken.sessionDirectories.cachePath)
.username(username: credentials.userID)
.homeserverUrl(url: homeserverURL)
.passphrase(passphrase: credentials.restorationToken.passphrase)
.sessionPassphrase(passphrase: credentials.restorationToken.passphrase)
do {
let client = try await builder.build()