feat: note update federation #21
lint.yml
on: pull_request
pnpm_install
33s
Matrix: lint
Matrix: typecheck
Annotations
6 errors
typecheck (backend)
Property 'updatedAt' is missing in type '{ id: string; replyId: null; reply: null; renoteId: null; renote: null; threadId: null; text: null; name: null; cw: null; userId: string; user: null; localOnly: false; reactionAcceptance: null; renoteCount: number; ... 21 more ...; renoteUserHost: null; }' but required in type 'MiNote'.
|
typecheck (backend)
Property 'updatedAt' is missing in type '{ id: string; replyId: null; reply: null; renoteId: null; renote: null; threadId: null; text: null; name: null; cw: null; userId: string; user: null; localOnly: false; reactionAcceptance: null; renoteCount: number; ... 21 more ...; renoteUserHost: null; }' but required in type 'MiNote'.
|
typecheck (backend)
Process completed with exit code 2.
|
lint (backend):
packages/backend/src/core/activitypub/ApInboxService.ts#L804
A space is required after '{'
|
lint (backend):
packages/backend/src/core/activitypub/ApInboxService.ts#L804
A space is required before '}'
|
lint (backend)
Process completed with exit code 1.
|