diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-06-11 19:30:29 -0600 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-06-11 19:30:29 -0600 |
| commit | 6e42409b8a0002ecbc75433b4f0881f10eb58bff (patch) | |
| tree | 5bd03745275eaec5ec37f513cdcb0744e027861f /src/components/conversation | |
| parent | 29e7972d8b46e9ad15ecc0cdd398f6054fe0004a (diff) | |
Fetch status when highlighting it
Diffstat (limited to 'src/components/conversation')
| -rw-r--r-- | src/components/conversation/conversation.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 2ef2977a..1e6c0008 100644 --- 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) }, |
