Merge branch 'settings-refactor' into shigusegubu
* settings-refactor: another missed thing
This commit is contained in:
commit
71041e7c27
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ const PostStatusForm = {
|
|||
return this.$store.state.users.currentUser.default_scope
|
||||
},
|
||||
showAllScopes () {
|
||||
return this.mergedConfig.minimalScopesMode
|
||||
return !this.mergedConfig.minimalScopesMode
|
||||
},
|
||||
emojiUserSuggestor () {
|
||||
return suggestor({
|
||||
|
|
Loading…
Add table
Reference in a new issue