native: gracefully handle hearing about channels you don't have access to #6245
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.
|