turns out announcements require login

This commit is contained in:
Henry Jameson 2026-06-17 19:26:13 +03:00
commit d9d50de3f6
5 changed files with 21 additions and 19 deletions

View file

@ -566,10 +566,6 @@ const afterStoreSetup = async ({ pinia, store, storageError, i18n }) => {
getInstanceConfig({ store }),
]).catch((e) => Promise.reject(e))
// Start fetching things that don't need to block the UI
store.dispatch('fetchMutes')
store.dispatch('loadDrafts')
useAnnouncementsStore().startFetchingAnnouncements()
getTOS({ store })
getStickers({ store })