add fetching for emoji reactions, draft design
This commit is contained in:
parent
1f42283b8d
commit
d007502629
6 changed files with 56 additions and 1 deletions
|
@ -149,6 +149,7 @@ const conversation = {
|
|||
if (!id) return
|
||||
this.highlight = id
|
||||
this.$store.dispatch('fetchFavsAndRepeats', id)
|
||||
this.$store.dispatch('fetchEmojiReactions', id)
|
||||
},
|
||||
getHighlight () {
|
||||
return this.isExpanded ? this.highlight : null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue