Fix custom emojis shown in selector if backend does not support it

このコミットが含まれているのは:
tusooa 2023-05-12 09:57:22 -04:00
コミット 4b38fc5ffc
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 42AEC43D48433C51
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -46,7 +46,7 @@ const ReactButton = {
},
computed: {
hideCustomEmoji () {
return !this.$store.state.instance.pleromaChatMessagesAvailable
return !this.$store.state.instance.pleromaCustomEmojiReactionsAvailable
}
}
}