mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
group.transfer support, add/edit/delete group posts, emoji anim loop type
This commit is contained in:
@@ -2480,6 +2480,12 @@ class Database {
|
||||
);
|
||||
}
|
||||
|
||||
async fixBrokenGroupChange() {
|
||||
await sqliteService.executeNonQuery(
|
||||
`DELETE FROM ${Database.userPrefix}_notifications WHERE type = 'groupChange'`
|
||||
);
|
||||
}
|
||||
|
||||
async updateTableForGroupNames() {
|
||||
var tables = [];
|
||||
await sqliteService.execute((dbRow) => {
|
||||
|
||||
Reference in New Issue
Block a user