Compare commits
No commits in common. "9a6f3bfbe486c4284bb30fc0478f44536150eeae" and "c50181f7d0df87be94cde2283f75b1b9be7068c7" have entirely different histories.
9a6f3bfbe4
...
c50181f7d0
1 changed files with 6 additions and 7 deletions
|
|
@ -702,14 +702,13 @@ const users = {
|
|||
user.domainMutes = []
|
||||
commit('setCurrentUser', user)
|
||||
|
||||
useSyncConfigStore().initSyncConfig(user).then(() => {
|
||||
useInterfaceStore()
|
||||
.applyTheme()
|
||||
.catch((e) => {
|
||||
console.error('Error setting theme', e)
|
||||
})
|
||||
})
|
||||
useSyncConfigStore().initSyncConfig(user)
|
||||
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