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.usersByURL = new Map()
|
||||||
this.relationships = new Map()
|
this.relationships = new Map()
|
||||||
|
|
||||||
|
useInterfaceStore().onLogin()
|
||||||
useSyncConfigStore()
|
useSyncConfigStore()
|
||||||
.initSyncConfig(user)
|
.initSyncConfig(user)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
@ -638,8 +639,6 @@ export const useUsersStore = defineStore('users', {
|
||||||
|
|
||||||
useEmojiStore().fetchEmoji()
|
useEmojiStore().fetchEmoji()
|
||||||
|
|
||||||
useInterfaceStore().onLogin()
|
|
||||||
|
|
||||||
// Do server-side storage migrations
|
// Do server-side storage migrations
|
||||||
|
|
||||||
// Debug snippet to clean up storage and reset migrations
|
// Debug snippet to clean up storage and reset migrations
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue