Save drafts permanently in local storage
This commit is contained in:
parent
98bbb4eeef
commit
b6f1178ea3
7 changed files with 54 additions and 9 deletions
|
|
@ -362,6 +362,8 @@ const afterStoreSetup = async ({ store, i18n }) => {
|
|||
getInstanceConfig({ store })
|
||||
])
|
||||
|
||||
await store.dispatch('loadDrafts')
|
||||
|
||||
// Start fetching things that don't need to block the UI
|
||||
store.dispatch('fetchMutes')
|
||||
store.dispatch('startFetchingAnnouncements')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue