mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 02:33:48 +02:00
Rewrite shared feed
This commit is contained in:
@@ -146,10 +146,10 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
}
|
||||
unseenNotifications.value.push(ref.id);
|
||||
queueNotificationNoty(ref);
|
||||
sharedFeedStore.addEntry(ref);
|
||||
}
|
||||
}
|
||||
notificationTable.value.data.push(ref);
|
||||
sharedFeedStore.updateSharedFeed(true);
|
||||
const D = userStore.userDialog;
|
||||
if (
|
||||
D.visible === false ||
|
||||
|
||||
Reference in New Issue
Block a user