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

This commit is contained in:
tusooa 2023-05-12 09:57:22 -04:00
parent 0f730a8524
commit 4b38fc5ffc
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51

View File

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