aaaaggghh

This commit is contained in:
Henry Jameson 2019-03-30 12:41:42 +02:00
parent 995daf70b7
commit 4dc64438e9
4 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ const FeaturesPanel = {
gopher: function () { return this.$store.state.instance.gopherAvailable },
whoToFollow: function () { return this.$store.state.instance.suggestionsEnabled },
mediaProxy: function () { return this.$store.state.instance.mediaProxyAvailable },
scopeOptionsMinimal: function () { return this.$store.state.instance.scopeOptionsMinimal },
minimalScopesMode: function () { return this.$store.state.instance.minimalScopesMode },
textlimit: function () { return this.$store.state.instance.textlimit }
}
}

View file

@ -162,8 +162,8 @@ const PostStatusForm = {
isOverLengthLimit () {
return this.hasStatusLengthLimit && (this.charactersLeft < 0)
},
scopeOptionsMinimal () {
return this.$store.state.instance.scopeOptionsMinimal
minimalScopesMode () {
return this.$store.state.instance.minimalScopesMode
},
alwaysShowSubject () {
if (typeof this.$store.state.config.alwaysShowSubjectInput !== 'undefined') {

View file

@ -82,8 +82,8 @@ const UserSettings = {
pleromaBackend () {
return this.$store.state.instance.pleromaBackend
},
scopeOptionsMinimal () {
return this.$store.state.instance.scopeOptionsMinimal
minimalScopesMode () {
return this.$store.state.instance.minimalScopesMode
},
vis () {
return {