mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix: confusion of lab flags for invisible crypto (#3319)
This commit is contained in:
parent
4996137006
commit
69009a899a
@ -125,7 +125,7 @@ class UserSessionStore: UserSessionStoreProtocol {
|
||||
slidingSync: .restored,
|
||||
sessionDelegate: keychainController,
|
||||
appHooks: appHooks,
|
||||
invisibleCryptoEnabled: appSettings.enableNotifications)
|
||||
invisibleCryptoEnabled: appSettings.invisibleCryptoEnabled)
|
||||
.sessionPaths(dataPath: credentials.restorationToken.sessionDirectories.dataPath,
|
||||
cachePath: credentials.restorationToken.sessionDirectories.cachePath)
|
||||
.username(username: credentials.userID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user