Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Support widgets sending to-device messages when using Rust CryptoApi #712

Support widgets sending to-device messages when using Rust CryptoApi

Support widgets sending to-device messages when using Rust CryptoApi #712

Triggered via pull request October 7, 2024 11:07
Status Failure
Total duration 1m 50s
Artifacts

static_analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Typescript Syntax Check
Type 'RTCSessionDescriptionInit | undefined' is not assignable to type 'RTCSessionDescription'.
Typescript Syntax Check
Type 'RTCSessionDescriptionInit | undefined' is not assignable to type 'RTCSessionDescription'.
Typescript Syntax Check
Type 'RTCSessionDescriptionInit | undefined' is not assignable to type 'RTCSessionDescription'.
Typescript Syntax Check: src/BasePlatform.ts#L435
Type 'string[] | undefined' is not assignable to type 'NonEmptyArray<string>'.
Typescript Syntax Check: src/BasePlatform.ts#L436
Type 'string | undefined' is not assignable to type 'string'.
Typescript Syntax Check: src/BasePlatform.ts#L437
Type 'string | undefined' is not assignable to type 'string'.
Typescript Syntax Check: src/Lifecycle.ts#L14
Module '"matrix-js-sdk/src/types"' has no exported member 'AESEncryptedSecretStoragePayload'.
Typescript Syntax Check: src/components/views/messages/DecryptionFailureBody.tsx#L41
Property 'SENDER_IDENTITY_PREVIOUSLY_VERIFIED' does not exist on type 'typeof DecryptionFailureCode'.
Typescript Syntax Check: src/components/views/messages/DecryptionFailureBody.tsx#L49
Property 'UNSIGNED_SENDER_DEVICE' does not exist on type 'typeof DecryptionFailureCode'.
Typescript Syntax Check: src/components/views/messages/DecryptionFailureBody.tsx#L60
Property 'SENDER_IDENTITY_PREVIOUSLY_VERIFIED' does not exist on type 'typeof DecryptionFailureCode'.
ESLint
Process completed with exit code 1.
i18n Check / check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, tj-actions/changed-files@1c26215f3fbd51eba03bc199e5cbabdfc3584ce3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/