diff options
| author | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-08-09 10:44:20 +0300 |
|---|---|---|
| committer | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-08-09 10:48:48 +0300 |
| commit | a403f93b478eec67d779400b1fcfdc006bb787da (patch) | |
| tree | 1f043c9ab540c082856cd352391db9a337a96991 /src/modules/config.js | |
| parent | 4803fb07c85914fd0c9756a1d399e9803f48b8c7 (diff) | |
Allow opening profile: multiChoiceProprties record, anonymous access
Diffstat (limited to 'src/modules/config.js')
| -rw-r--r-- | src/modules/config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/config.js b/src/modules/config.js index e1e0bdd7..eaf48fa1 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -17,7 +17,8 @@ export const multiChoiceProperties = [ 'subjectLineBehavior', 'conversationDisplay', // tree | linear 'conversationOtherRepliesButton', // below | inside - 'mentionLinkDisplay' // short | full_for_remote | full + 'mentionLinkDisplay', // short | full_for_remote | full + 'userPopoverAvatarAction' // close | zoom | open ] export const defaultState = { |
