add fetching for emoji reactions, draft design

This commit is contained in:
Shpuld Shpuldson 2019-11-15 08:39:21 +02:00
parent 1f42283b8d
commit d007502629
6 changed files with 56 additions and 1 deletions

View file

@ -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