Add advanced option to keep secret storage in memory for session
This adds a default-off option to keep the secret storage passphrase cached in memory for the current session to avoid death by prompts.
This commit is contained in:
@@ -485,4 +485,9 @@ export const SETTINGS = {
|
||||
displayName: _td("Enable message search in encrypted rooms"),
|
||||
default: true,
|
||||
},
|
||||
"keepSecretStoragePassphraseForSession": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
displayName: _td("Keep secret storage passphrase in memory for this session"),
|
||||
default: false,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user