improve feed performance

This commit is contained in:
pa
2026-01-21 16:43:16 +09:00
parent 0a1b0162c6
commit e161994783
4 changed files with 14 additions and 16 deletions

View File

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