forked from AkkomaGang/akkoma-fe
another missed thing
This commit is contained in:
parent
792eaf5625
commit
a54c8b994e
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ const PostStatusForm = {
|
||||||
return this.$store.state.users.currentUser.default_scope
|
return this.$store.state.users.currentUser.default_scope
|
||||||
},
|
},
|
||||||
showAllScopes () {
|
showAllScopes () {
|
||||||
return this.mergedConfig.minimalScopesMode
|
return !this.mergedConfig.minimalScopesMode
|
||||||
},
|
},
|
||||||
emojiUserSuggestor () {
|
emojiUserSuggestor () {
|
||||||
return suggestor({
|
return suggestor({
|
||||||
|
|
Loading…
Reference in a new issue