Skip to content

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

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

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

Triggered via pull request November 23, 2024 19:07
Status Failure
Total duration 4m 56s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 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
Process completed with exit code 2.