(EXPERIMENTAL) Prototyping with to-device sender key distribution #3947
lint.yaml
on: pull_request
Lint, format & type check
1m 2s
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.
|