Fetch status when highlighting it

This commit is contained in:
Sean King 2022-06-11 19:30:29 -06:00
parent 29e7972d8b
commit 6e42409b8a
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257
1 changed files with 1 additions and 0 deletions

View File

@ -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)
},