Hide custom emoji in reaction picker when BE does not advertise pleroma_custom_emoji_reactions
This commit is contained in:
parent
998aa8f732
commit
832019b2c2
5 changed files with 13 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ const ReactButton = {
|
|||
}
|
||||
},
|
||||
computed: {
|
||||
mergedConfig () {
|
||||
return this.$store.getters.mergedConfig
|
||||
hideCustomEmoji () {
|
||||
return !this.$store.state.instance.pleromaChatMessagesAvailable
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue