commit: 6e42409b8a0002ecbc75433b4f0881f10eb58bff
parent 29e7972d8b46e9ad15ecc0cdd398f6054fe0004a
Author: Sean King <seanking2919@protonmail.com>
Date: Sat, 11 Jun 2022 19:30:29 -0600
Fetch status when highlighting it
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js
@@ -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)
},