Update RingRTC to 2.65.2

Co-authored-by: emir-signal <emir@signal.org>
This commit is contained in:
adel-signal
2026-02-22 23:53:57 -08:00
committed by GitHub
parent b4c5cf9a7b
commit 772c3c22ad
39 changed files with 119 additions and 376 deletions

View File

@@ -143,6 +143,7 @@ import updateToSchemaVersion1630 from './1630-message-pin-message-data.std.js';
import updateToSchemaVersion1640 from './1640-key-transparency.std.js';
import updateToSchemaVersion1650 from './1650-protected-attachments.std.js';
import updateToSchemaVersion1660 from './1660-protected-attachments-non-unique.std.js';
import updateToSchemaVersion1670 from './1670-drop-call-link-epoch.std.js';
import { DataWriter } from '../Server.node.js';
@@ -1646,6 +1647,7 @@ export const SCHEMA_VERSIONS: ReadonlyArray<SchemaUpdateType> = [
{ version: 1640, update: updateToSchemaVersion1640 },
{ version: 1650, update: updateToSchemaVersion1650 },
{ version: 1660, update: updateToSchemaVersion1660 },
{ version: 1670, update: updateToSchemaVersion1670 },
];
export class DBVersionFromFutureError extends Error {