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:
commit
fca1e0abae
@ -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