Fix custom emojis shown in selector if backend does not support it
This commit is contained in:
parent
0f730a8524
commit
4b38fc5ffc
@ -46,7 +46,7 @@ const ReactButton = {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
hideCustomEmoji () {
|
hideCustomEmoji () {
|
||||||
return !this.$store.state.instance.pleromaChatMessagesAvailable
|
return !this.$store.state.instance.pleromaCustomEmojiReactionsAvailable
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user