aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.js
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-02-04 10:07:20 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-02-04 10:07:20 +0300
commit64c180c8388afd229ffbcef745b6a81afa0d0056 (patch)
tree248b15ca6c9281a49b728ebd8a99dc0a79bc1572 /src/components/conversation/conversation.js
parentf892b26d73ea54c4557d8b6829dba850f00986c6 (diff)
parente73e235b4df4654abbfd315645ed7ad35e0f326e (diff)
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into develop
Diffstat (limited to 'src/components/conversation/conversation.js')
-rw-r--r--src/components/conversation/conversation.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js
index 08283fff..45fb2bf6 100644
--- a/src/components/conversation/conversation.js
+++ b/src/components/conversation/conversation.js
@@ -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