diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-17 18:02:05 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-24 18:27:14 -0500 |
| commit | 8cb7f7d6d2eb35bfa73a0e5dc2f3ca59100890eb (patch) | |
| tree | 30238192968eb33f3b1377a12ab754751d221890 | |
| parent | b4a7e58bec86205e23adda2b0625d237acd5aa91 (diff) | |
Start fetching announcements on page load
| -rw-r--r-- | src/boot/after_store.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/after_store.js b/src/boot/after_store.js index 886d52f2..7a4672b6 100644 --- 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 }) |
