more missing stuff

This commit is contained in:
Henry Jameson 2018-09-09 22:31:34 +03:00
parent 136add8a2f
commit 394153380d
5 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
const FeaturesPanel = {
computed: {
chat: function () {
return this.$store.state.config.chatAvailable && (!this.$store.state.chatDisabled)
return this.$store.state.instance.chatAvailable && (!this.$store.state.chatDisabled)
},
gopher: function () { return this.$store.state.instance.gopherAvailable },
whoToFollow: function () { return this.$store.state.instance.suggestionsEnabled },