This commit is contained in:
Henry Jameson 2026-05-18 21:28:10 +03:00
commit 4f21a4bc63

View file

@ -262,6 +262,7 @@ export const useUserHighlightStore = defineStore('user_highlight', {
this.pushSyncConfig() this.pushSyncConfig()
}, },
async initUserHighlight(userData) { async initUserHighlight(userData) {
console.debug('[HIGHLIGHT] Initializing highlight')
const live = userData.user_highlight const live = userData.user_highlight
this.raw = live this.raw = live
let cache = this.cache let cache = this.cache