mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 17:53:48 +02:00
improve feed performance
This commit is contained in:
@@ -2273,7 +2273,8 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
}
|
||||
}
|
||||
|
||||
function queueFeedNoty(noty) {
|
||||
function queueFeedNoty(feed) {
|
||||
const noty = structuredClone(feed);
|
||||
if (noty.type === 'Avatar') {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user