Skip to content

Commit

Permalink
Fix: confusion of lab flags for invisible crypto (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr authored Sep 23, 2024
1 parent 4996137 commit 69009a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 69009a8

Please sign in to comment.