Skip to content

PDO protocol (peer data operation): Get more history sync + better message retry mechanism #658

PDO protocol (peer data operation): Get more history sync + better message retry mechanism

PDO protocol (peer data operation): Get more history sync + better message retry mechanism #658

Triggered via pull request August 2, 2024 11:47
Status Failure
Total duration 33s
Artifacts

lint.yml

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

Annotations

3 errors and 2 warnings
check-lint: src/Utils/event-buffer.ts#L1
Property 'syncType' is missing in type '{ chats: Chat[]; messages: proto.IWebMessageInfo[]; contacts: Contact[]; isLatest: boolean; }' but required in type '{ chats: Chat[]; contacts: Contact[]; messages: IWebMessageInfo[]; isLatest?: boolean | undefined; progress?: number | undefined; syncType: HistorySyncType; }'.
check-lint: src/Utils/process-message.ts#L1
Argument of type '{ isLatest: boolean | undefined; chats: Chat[]; contacts: Contact[]; messages: proto.IWebMessageInfo[]; syncType: proto.HistorySync.HistorySyncType; progress: number | ... 1 more ... | undefined; }' is not assignable to parameter of type '{ chats: Chat[]; contacts: Contact[]; messages: IWebMessageInfo[]; isLatest?: boolean | undefined; progress?: number | undefined; syncType: HistorySyncType; }'.
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/
check-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/