logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
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:

Msrc/components/conversation/conversation.js1+
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) },