Fetch status when highlighting it

merge-requests/1699/head
Sean King 2 years ago
parent 29e7972d8b
commit 6e42409b8a
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257

@ -395,6 +395,7 @@ const conversation = {
setHighlight (id) {
if (!id) return
this.highlight = id
this.$store.dispatch('fetchStatus', id)
this.$store.dispatch('fetchFavsAndRepeats', id)
this.$store.dispatch('fetchEmojiReactionsBy', id)
},

Loading…
Cancel
Save