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
このコミットが含まれているのは:
HJ 2023-05-12 14:07:33 +00:00
コミット fca1e0abae
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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