Start fetching announcements on page load
This commit is contained in:
parent
bb2940d541
commit
1fbfa6e75c
1 changed files with 1 additions and 0 deletions
|
@ -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 })
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue