group.transfer support, add/edit/delete group posts, emoji anim loop type

This commit is contained in:
Natsumi
2024-04-20 09:12:38 +12:00
parent 0587628856
commit e7c3cb4cbd
7 changed files with 478 additions and 92 deletions

View File

@@ -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) => {