Context menu for left pane list items

This commit is contained in:
Fedor Indutny 2023-04-05 13:48:00 -07:00 committed by GitHub
parent 02dedc7157
commit f61d8f38b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 1046 additions and 110 deletions

View file

@ -56,6 +56,7 @@ import updateToSchemaVersion77 from './77-signal-tokenizer';
import updateToSchemaVersion78 from './78-merge-receipt-jobs';
import updateToSchemaVersion79 from './79-paging-lightbox';
import updateToSchemaVersion80 from './80-edited-messages';
import updateToSchemaVersion81 from './81-contact-removed-notification';
function updateToSchemaVersion1(
currentVersion: number,
@ -1982,6 +1983,7 @@ export const SCHEMA_VERSIONS = [
updateToSchemaVersion79,
updateToSchemaVersion80,
updateToSchemaVersion81,
];
export function updateSchema(db: Database, logger: LoggerType): void {