merge: Fix typo in contributing. (!965)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/965

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
dakkar 2025-04-21 16:25:14 +00:00
commit 92a4cf2dff

View file

@ -680,7 +680,7 @@ seems to do a decent job)
* from `packages/backend/src/queue/processors/InboxProcessorService.ts` * from `packages/backend/src/queue/processors/InboxProcessorService.ts`
to `packages/backend/src/core/UpdateInstanceQueue.ts` to `packages/backend/src/core/UpdateInstanceQueue.ts`
where `updateInstanceQueue` is impacted where `updateInstanceQueue` is impacted
* from `verifyLink` in `packages/backend/src/core/activitypub/models/ApPersonService.ts` to `verifyFieldLink` in `packages/backend/src/misc/verify-field-link.ts` (if sensible) * from `verifyLink` in `packages/backend/src/core/activitypub/models/ApPersonService.ts` to `verifyFieldLinks` in `packages/backend/src/misc/verify-field-link.ts` (if sensible)
* if there have been any changes to the federated user data (the * if there have been any changes to the federated user data (the
`renderPerson` function in `renderPerson` function in
`packages/backend/src/core/activitypub/ApRendererService.ts`), make `packages/backend/src/core/activitypub/ApRendererService.ts`), make