logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 8cb7f7d6d2eb35bfa73a0e5dc2f3ca59100890eb
parent b4a7e58bec86205e23adda2b0625d237acd5aa91
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Thu, 17 Mar 2022 18:02:05 -0400

Start fetching announcements on page load

Diffstat:

Msrc/boot/after_store.js1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/boot/after_store.js b/src/boot/after_store.js @@ -374,6 +374,7 @@ const afterStoreSetup = async ({ store, i18n }) => { // Start fetching things that don't need to block the UI store.dispatch('fetchMutes') + store.dispatch('startFetchingAnnouncements') getTOS({ store }) getStickers({ store })