Merge branch 'setttingssync' into shigusegubu-themes3
This commit is contained in:
commit
9a6f3bfbe4
1 changed files with 7 additions and 6 deletions
|
|
@ -702,13 +702,14 @@ const users = {
|
|||
user.domainMutes = []
|
||||
commit('setCurrentUser', user)
|
||||
|
||||
useSyncConfigStore().initSyncConfig(user)
|
||||
useSyncConfigStore().initSyncConfig(user).then(() => {
|
||||
useInterfaceStore()
|
||||
.applyTheme()
|
||||
.catch((e) => {
|
||||
console.error('Error setting theme', e)
|
||||
})
|
||||
})
|
||||
useUserHighlightStore().initUserHighlight(user)
|
||||
useInterfaceStore()
|
||||
.applyTheme()
|
||||
.catch((e) => {
|
||||
console.error('Error setting theme', e)
|
||||
})
|
||||
commit('addNewUsers', [user])
|
||||
|
||||
useEmojiStore().fetchEmoji()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue