Skip to content

Provide option to use the New MembershipManager #4812

Provide option to use the New MembershipManager

Provide option to use the New MembershipManager #4812

Triggered via pull request February 21, 2025 16:34
Status Failure
Total duration 1m 13s
Artifacts

lint.yaml

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

Annotations

8 errors
Lint, format & type check: src/button/ReactionToggleButton.test.tsx#L34
Property 'room' is missing in type '{ children: Element; vm: CallViewModel; rtcSession: MatrixRTCSession; }' but required in type '{ children: ReactNode; rtcSession: MatrixRTCSession; room: Room; vm: CallViewModel; }'.
Lint, format & type check: src/settings/submit-rageshake.ts#L12
Module '"matrix-js-sdk/src/matrix"' has no exported member 'Crypto'.
Lint, format & type check: src/state/CallViewModel.ts#L476
No overload matches this call.
Lint, format & type check: src/state/CallViewModel.ts#L486
Argument of type 'Pick<Room, "roomId" | "getLiveTimeline" | "getVersion" | "hasMembershipState">' is not assignable to parameter of type 'Room'.
Lint, format & type check: src/state/CallViewModel.ts#L491
Argument of type 'Pick<Room, "roomId" | "getLiveTimeline" | "getVersion" | "hasMembershipState">' is not assignable to parameter of type 'Room'.
Lint, format & type check: src/state/CallViewModel.ts#L534
Argument of type 'Pick<Room, "roomId" | "getLiveTimeline" | "getVersion" | "hasMembershipState">' is not assignable to parameter of type 'Room'.
Lint, format & type check: src/tile/GridTile.test.tsx#L60
Property 'room' is missing in type '{ children: Element; vm: CallViewModel; rtcSession: MatrixRTCSession; }' but required in type '{ children: ReactNode; rtcSession: MatrixRTCSession; room: Room; vm: CallViewModel; }'.
Lint, format & type check
Process completed with exit code 2.