Skip to content

native: gracefully handle hearing about channels you don't have access to #6243

native: gracefully handle hearing about channels you don't have access to

native: gracefully handle hearing about channels you don't have access to #6243

Triggered via pull request November 23, 2024 18:48
Status Failure
Total duration 4m 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test-build
Type '{ meta: { title: string; description: string; image: string; cover: string; }; added: number; join: boolean; readers: never[]; zone: string; }' is not assignable to type 'GroupChannel'.
test-build
Property 'writers' is missing in type '{ meta: { title: string; description: string; image: string; cover: string; }; added: number; join: false; readers: never[]; zone: string; }' but required in type 'GroupChannel'.
test-build
Property 'writers' is missing in type '{ meta: { title: string; description: string; image: string; cover: string; }; added: number; join: true; readers: never[]; zone: string; }' but required in type 'GroupChannel'.
test-build
Property 'writers' is missing in type '{ meta: { title: string; description: string; image: string; cover: string; }; added: number; join: true; readers: never[]; zone: string; }' but required in type 'GroupChannel'.
test-build
Property 'writers' is missing in type '{ meta: { title: string; description: string; image: string; cover: string; }; added: number; join: boolean; readers: never[]; zone: string; }' but required in type 'GroupChannel'.
test-build
Property 'writers' is missing in type '{ added: number; readers: string[]; zone: string; join: boolean; meta: { title: string; description: string; image: string; cover: string; }; }' but required in type 'GroupChannel'.
test-build
Process completed with exit code 2.