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
1 changed files with 1 additions and 1 deletions

View File

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