mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Invite to group
This commit is contained in:
@@ -1750,6 +1750,12 @@ class Database {
|
||||
);
|
||||
return userId;
|
||||
}
|
||||
|
||||
async fixBrokenGroupInvites() {
|
||||
await sqliteService.executeNonQuery(
|
||||
`DELETE FROM ${Database.userPrefix}_notifications WHERE type LIKE '%.%'`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
var self = new Database();
|
||||
|
||||
Reference in New Issue
Block a user