shuffle
This commit is contained in:
parent
18305ce8f0
commit
ed62403d96
1 changed files with 1 additions and 2 deletions
|
|
@ -623,6 +623,7 @@ export const useUsersStore = defineStore('users', {
|
|||
this.usersByURL = new Map()
|
||||
this.relationships = new Map()
|
||||
|
||||
useInterfaceStore().onLogin()
|
||||
useSyncConfigStore()
|
||||
.initSyncConfig(user)
|
||||
.then(() => {
|
||||
|
|
@ -638,8 +639,6 @@ export const useUsersStore = defineStore('users', {
|
|||
|
||||
useEmojiStore().fetchEmoji()
|
||||
|
||||
useInterfaceStore().onLogin()
|
||||
|
||||
// Do server-side storage migrations
|
||||
|
||||
// Debug snippet to clean up storage and reset migrations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue