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