Skip to content

Cached group metadata by default, use to prevent redundant requests to WA & speed up msg sending #257

Cached group metadata by default, use to prevent redundant requests to WA & speed up msg sending

Cached group metadata by default, use to prevent redundant requests to WA & speed up msg sending #257

Triggered via pull request October 15, 2023 18:52
Status Failure
Total duration 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
check-lint
37s
check-lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
check-lint: src/Defaults/index.ts#L1
Property 'cachedGroupMetadata' is missing in type '{ version: WAVersion; browser: [string, string, string]; waWebSocketUrl: string; connectTimeoutMs: number; keepAliveIntervalMs: number; logger: Logger<{ timestamp: () => string; } & ChildLoggerOptions>; ... 19 more ...; makeSignalRepository: (auth: SignalAuthState) => SignalRepository; }' but required in type 'SocketConfig'.
check-lint: src/Socket/messages-send.ts#L1
Property 'participants' does not exist on type '{}'.
check-lint: src/Socket/messages-send.ts#L1
Property 'participants' does not exist on type '{}'.
check-lint
Process completed with exit code 2.
check-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/