Skip to content
Snippets Groups Projects

Emoji reactions

Merged Shpuld Shpludson requested to merge feat/emoji-reactions into develop
1 unresolved thread
Files
12
@@ -150,6 +150,7 @@ const conversation = {
if (!id) return
this.highlight = id
this.$store.dispatch('fetchFavsAndRepeats', id)
this.$store.dispatch('fetchEmojiReactionsBy', id)
},
getHighlight () {
return this.isExpanded ? this.highlight : null
Loading