Invited users skip gates #15562
Annotations
3 errors and 4 warnings
Type '{ kind: "community"; id: { kind: "community"; communityId: string; }; name: string; description: string; memberCount: number; avatar: {}; banner: {}; gate: { kind: "no_gate"; }; public: true; permissions: CommunityPermissions; ... 10 more ...; localUserIndex: string; }' is not assignable to type 'CommunitySummary'.
|
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache/restore@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
frontend/app/src/utils/urls.ts#L94
'_' is assigned a value but never used
|
frontend/openchat-client/src/stores/user.ts#L105
'_' is assigned a value but never used
|
frontend/openchat-agent/src/services/localUserIndex/localUserIndex.client.ts#L200
'_' is assigned a value but never used
|
This job failed
Loading