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

@@ -40,7 +40,7 @@ final class NSEUserSession {
cachePath: credentials.restorationToken.sessionDirectories.cachePath)
.username(username: credentials.userID)
.homeserverUrl(url: homeserverURL)
.passphrase(passphrase: credentials.restorationToken.passphrase)
.sessionPassphrase(passphrase: credentials.restorationToken.passphrase)
baseClient = try await clientBuilder.build()
delegateHandle = baseClient.setDelegate(delegate: ClientDelegateWrapper())