mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Group audit logs, ban list, invites, etc
This commit is contained in:
@@ -2482,7 +2482,7 @@ class Database {
|
||||
|
||||
async fixBrokenGroupChange() {
|
||||
await sqliteService.executeNonQuery(
|
||||
`DELETE FROM ${Database.userPrefix}_notifications WHERE type = 'groupChange'`
|
||||
`DELETE FROM ${Database.userPrefix}_notifications WHERE type = 'groupChange' AND created_at < '2024-04-23T03:00:00.000Z'`
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user