allow user to see their username in the options #934

This commit is contained in:
zadam
2020-03-28 19:55:02 +01:00
parent 78d431387b
commit 37255243f7
4 changed files with 14 additions and 29 deletions

View File

@@ -6,6 +6,7 @@ const attributes = require('../../services/attributes');
// options allowed to be updated directly in options dialog
const ALLOWED_OPTIONS = new Set([
'username', // not exposed for update (not harmful anyway), needed for reading
'eraseNotesAfterTimeInSeconds',
'protectedSessionTimeout',
'noteRevisionSnapshotTimeInterval',