Start fetching announcements on page load
This commit is contained in:
parent
b4a7e58bec
commit
8cb7f7d6d2
@ -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 })
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user