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>
<li> <li>
<ChoiceSetting <ChoiceSetting
v-if="user"
id="userPopoverAvatarAction" id="userPopoverAvatarAction"
path="userPopoverAvatarAction" path="userPopoverAvatarAction"
:options="userPopoverAvatarActionOptions" :options="userPopoverAvatarActionOptions"

View File

@ -17,7 +17,8 @@ export const multiChoiceProperties = [
'subjectLineBehavior', 'subjectLineBehavior',
'conversationDisplay', // tree | linear 'conversationDisplay', // tree | linear
'conversationOtherRepliesButton', // below | inside 'conversationOtherRepliesButton', // below | inside
'mentionLinkDisplay' // short | full_for_remote | full 'mentionLinkDisplay', // short | full_for_remote | full
'userPopoverAvatarAction' // close | zoom | open
] ]
export const defaultState = { export const defaultState = {