db
This commit is contained in:
@@ -4136,8 +4136,10 @@ class CommentSystem {
|
|||||||
.then(data => {
|
.then(data => {
|
||||||
if (data?.success && Array.isArray(data.favorites)) {
|
if (data?.success && Array.isArray(data.favorites)) {
|
||||||
localStorage.setItem(this.KEY, JSON.stringify(data.favorites));
|
localStorage.setItem(this.KEY, JSON.stringify(data.favorites));
|
||||||
|
// Re-render the open picker so DB favorites appear immediately
|
||||||
|
window._emojiPickerRefresh?.();
|
||||||
}
|
}
|
||||||
}).catch(() => {});
|
}).catch(e => console.warn('[EmojiFavs] syncFromDB failed:', e));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
// Seed from DB on first open if logged in
|
// Seed from DB on first open if logged in
|
||||||
|
|||||||
Reference in New Issue
Block a user