mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
comments
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user