We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1997502 commit 920fa21Copy full SHA for 920fa21
src/e2ee/matrixKeyProvider.ts
@@ -16,7 +16,7 @@ export class MatrixKeyProvider extends BaseKeyProvider {
16
private rtcSession?: MatrixRTCSession;
17
18
public constructor() {
19
- super({ ratchetWindowSize: 0, keyringSize: 256 });
+ super({ ratchetWindowSize: 10, keyringSize: 256 });
20
}
21
22
public setRTCSession(rtcSession: MatrixRTCSession): void {
0 commit comments