Allow opening profile: multiChoiceProprties record, anonymous access

This commit is contained in:
Alexander Tumin 2022-08-09 10:44:20 +03:00
parent 4803fb07c8
commit a403f93b47
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,6 @@
</li>
<li>
<ChoiceSetting
v-if="user"
id="userPopoverAvatarAction"
path="userPopoverAvatarAction"
:options="userPopoverAvatarActionOptions"

View File

@ -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 = {