Merge branch 'tusooa/custom-emoji-selective' into 'develop'

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

See merge request pleroma/pleroma-fe!1823
This commit is contained in:
HJ 2023-05-12 14:07:33 +00:00
commit fca1e0abae
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
}
}
}