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 = []
|
user.domainMutes = []
|
||||||
commit('setCurrentUser', user)
|
commit('setCurrentUser', user)
|
||||||
|
|
||||||
useSyncConfigStore().initSyncConfig(user)
|
useSyncConfigStore().initSyncConfig(user).then(() => {
|
||||||
|
useInterfaceStore()
|
||||||
|
.applyTheme()
|
||||||
|
.catch((e) => {
|
||||||
|
console.error('Error setting theme', e)
|
||||||
|
})
|
||||||
|
})
|
||||||
useUserHighlightStore().initUserHighlight(user)
|
useUserHighlightStore().initUserHighlight(user)
|
||||||
useInterfaceStore()
|
|
||||||
.applyTheme()
|
|
||||||
.catch((e) => {
|
|
||||||
console.error('Error setting theme', e)
|
|
||||||
})
|
|
||||||
commit('addNewUsers', [user])
|
commit('addNewUsers', [user])
|
||||||
|
|
||||||
useEmojiStore().fetchEmoji()
|
useEmojiStore().fetchEmoji()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue