This commit is contained in:
Mauro Romito
2024-10-15 16:13:19 +02:00
parent 0f405e42b3
commit f7eac4bd85
2 changed files with 2 additions and 2 deletions

View File

@@ -298,6 +298,7 @@ final class AuthenticationCoordinator: NSObject, AuthenticationCoordinatorProtoc
let store = MXFileStore(credentials: credentials)
let userDisplayName = await store.displayName(ofUserWithId: userId) ?? ""
// The backup is now handled by Rust
let keyBackupNeeded = false
let softLogoutCredentials = SoftLogoutCredentials(userId: userId,

View File

@@ -1033,8 +1033,7 @@ Please see LICENSE in the repository root for full details.
- (void)displaySoftLogoutMessage
{
// Take some shortcuts and make some assumptions (Riot uses MXFileStore and MXRealmCryptoStore) to
// retrieve data to display as quick as possible
// Backup is now handled by Rust
BOOL keyBackupNeeded = NO;
MXFileStore *fileStore = [[MXFileStore alloc] initWithCredentials:softLogoutCredentials];