mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 11:13:49 +02:00
improve lookup feed table sql
This commit is contained in:
@@ -2275,7 +2275,7 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
}
|
||||
|
||||
function queueFeedNoty(feed) {
|
||||
const noty = structuredClone(feed);
|
||||
const noty = { ...feed };
|
||||
if (noty.type === 'Avatar') {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user