Start fetching announcements on page load

merge-requests/1699/head
Tusooa Zhu 3 years ago committed by tusooa
parent b4a7e58bec
commit 8cb7f7d6d2
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224

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

Loading…
Cancel
Save