Skip to content

feat: V3 only dms

feat: V3 only dms #961

Triggered via pull request October 25, 2024 01:12
Status Failure
Total duration 37s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: src/lib/Conversation.ts#L27
Class 'Conversation<ContentTypes>' incorrectly implements interface 'ConversationContainer<ContentTypes>'.
test: src/lib/Conversations.ts#L229
Property 'syncGroups' does not exist on type 'typeof import("/home/runner/work/xmtp-react-native/xmtp-react-native/src/index")'.
test: src/lib/Conversations.ts#L238
Property 'syncAllGroups' does not exist on type 'typeof import("/home/runner/work/xmtp-react-native/xmtp-react-native/src/index")'.
test: src/lib/Conversations.ts#L324
Argument of type 'Conversation<ContentTypes>' is not assignable to parameter of type 'ConversationContainer<ContentTypes>'.
test: src/lib/Dm.ts#L60
Property 'dmPeerInboxId' does not exist on type 'typeof import("/home/runner/work/xmtp-react-native/xmtp-react-native/src/index")'.
test: src/lib/Dm.ts#L84
Property 'sendMessageToGroup' does not exist on type 'typeof import("/home/runner/work/xmtp-react-native/xmtp-react-native/src/index")'.
test: src/lib/Dm.ts#L118
Property 'prepareGroupMessage' does not exist on type 'typeof import("/home/runner/work/xmtp-react-native/xmtp-react-native/src/index")'. Did you mean 'prepareMessage'?
test: src/lib/Dm.ts#L159
Property 'groupMessages' does not exist on type 'typeof import("/home/runner/work/xmtp-react-native/xmtp-react-native/src/index")'. Did you mean 'canGroupMessage'?
test: src/lib/Dm.ts#L175
Property 'syncGroup' does not exist on type 'typeof import("/home/runner/work/xmtp-react-native/xmtp-react-native/src/index")'.
test: src/lib/Dm.ts#L231
Property 'processGroupMessage' does not exist on type 'typeof import("/home/runner/work/xmtp-react-native/xmtp-react-native/src/index")'.
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/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/