Start fetching announcements on page load

This commit is contained in:
Tusooa Zhu 2022-03-17 18:02:05 -04:00
parent bb2940d541
commit 1fbfa6e75c
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,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 })