Skip to content

(EXPERIMENTAL) Prototyping with to-device sender key distribution #3947

(EXPERIMENTAL) Prototyping with to-device sender key distribution

(EXPERIMENTAL) Prototyping with to-device sender key distribution #3947

Triggered via pull request October 30, 2024 10:12
Status Failure
Total duration 1m 9s
Artifacts

lint.yaml

on: pull_request
Lint, format & type check
1m 2s
Lint, format & type check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint, format & type check: node_modules/matrix-js-sdk/src/webrtc/call.ts#L2027
Type 'RTCSessionDescriptionInit | undefined' is not assignable to type 'RTCSessionDescription'.
Lint, format & type check: node_modules/matrix-js-sdk/src/webrtc/call.ts#L2155
Type 'RTCSessionDescriptionInit | undefined' is not assignable to type 'RTCSessionDescription'.
Lint, format & type check: node_modules/matrix-js-sdk/src/webrtc/call.ts#L2157
Type 'RTCSessionDescriptionInit | undefined' is not assignable to type 'RTCSessionDescription'.
Lint, format & type check: src/analytics/PosthogEvents.ts#L67
Duplicate identifier 'rtcSession'.
Lint, format & type check: src/analytics/PosthogEvents.ts#L69
Duplicate identifier 'rtcSession'.
Lint, format & type check: src/e2ee/matrixKeyProvider.test.ts#L70
Property 'reemitEncryptionKeys' does not exist on type 'MatrixRTCSession'. Did you mean 'getEncryptionKeys'?
Lint, format & type check: src/e2ee/matrixKeyProvider.ts#L39
Property 'reemitEncryptionKeys' does not exist on type 'MatrixRTCSession'. Did you mean 'getEncryptionKeys'?
Lint, format & type check: src/utils/test.ts#L121
Expected 5 arguments, but got 4.
Lint, format & type check: src/utils/test.ts#L152
Expected 5 arguments, but got 4.
Lint, format & type check
Process completed with exit code 2.