mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 04:13:52 +02:00
Fix seenNotificationV2
This commit is contained in:
@@ -400,7 +400,7 @@ export const useNotificationStore = defineStore('Notification', () => {
|
||||
if (ref) {
|
||||
ref.seen = true;
|
||||
}
|
||||
database.seenNotificationV2(ref);
|
||||
database.seenNotificationV2(notificationId);
|
||||
}
|
||||
|
||||
function handleNotificationAccept(args) {
|
||||
|
||||
Reference in New Issue
Block a user