improve lookup feed table sql

This commit is contained in:
pa
2026-01-25 00:39:30 +09:00
parent e35e190ba1
commit d0f6ab6574
3 changed files with 7 additions and 7 deletions

View File

@@ -2275,7 +2275,7 @@ export const useNotificationStore = defineStore('Notification', () => {
}
function queueFeedNoty(feed) {
const noty = structuredClone(feed);
const noty = { ...feed };
if (noty.type === 'Avatar') {
return;
}