Skip to content

Latest libxmtp - permissions and description field updates #699

Latest libxmtp - permissions and description field updates

Latest libxmtp - permissions and description field updates #699

Triggered via pull request July 2, 2024 06:20
Status Failure
Total duration 39s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
test: src/lib/Conversations.ts#L157
Argument of type 'Group<ContentTypes>' is not assignable to parameter of type '{ id: string; createdAt: number; peerInboxIds: InboxId[]; creatorInboxId: InboxId; permissionLevel: PermissionPolicySet; topic: string; name: string; isGroupActive: boolean; imageUrlSquare: string; }'.
test: src/lib/Conversations.ts#L267
Argument of type 'Group<ContentTypes>' is not assignable to parameter of type '{ id: string; createdAt: number; peerInboxIds: InboxId[]; creatorInboxId: InboxId; permissionLevel: PermissionPolicySet; topic: string; name: string; isGroupActive: boolean; imageUrlSquare: string; }'.
test: src/lib/Group.ts#L52
Type 'PermissionPolicySet' is not assignable to type '"all_members" | "admin_only" | "custom_policy"'.
test
Process completed with exit code 2.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/