Fetch status when highlighting it

This commit is contained in:
Sean King 2022-06-11 19:30:29 -06:00 committed by Sol Fisher Romanoff
parent 88b4d864cb
commit d27b070bfb
Signed by: nbsp
GPG key ID: 9D3F2B64F2341B62

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