aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-04-30 17:39:33 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-04-30 17:39:33 +0000
commita954f56e3444e921dcf5ff6651e443ac110f1804 (patch)
treede2de7d792a17ccd1ac74773cd05f3d18c2de60e /src/components/conversation/conversation.js
parent0f7f685c5e720d870cc732f07f68fb6eac278a68 (diff)
parentb1bd5bd08eccbe93d37aa1708692cad50003fd58 (diff)
Merge branch 'brendenbice1222/pleroma-fe-issues/pleroma-fe-202-show-boosted-users' into 'develop'
Show favoriting and repeating users in hilighted status See merge request pleroma/pleroma-fe!768
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 30600f73..ffeb7244 100644
--- a/src/components/conversation/conversation.js
+++ b/src/components/conversation/conversation.js
@@ -139,6 +139,7 @@ const conversation = {
},
setHighlight (id) {
this.highlight = id
+ this.$store.dispatch('fetchFavsAndRepeats', id)
},
getHighlight () {
return this.isExpanded ? this.highlight : null