summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2025-04-21 16:25:14 +0000
committerdakkar <dakkar@thenautilus.net>2025-04-21 16:25:14 +0000
commit92a4cf2dff7046ad3ace99f26af1bf459dcdc9cb (patch)
tree783dc6f88d8961ff830fdfd746d0f2202fc04c99 /CONTRIBUTING.md
parentmerge: Verify links in remote accounts. (!964) (diff)
parentfix typo in contributing. (diff)
downloadsharkey-92a4cf2dff7046ad3ace99f26af1bf459dcdc9cb.tar.gz
sharkey-92a4cf2dff7046ad3ace99f26af1bf459dcdc9cb.tar.bz2
sharkey-92a4cf2dff7046ad3ace99f26af1bf459dcdc9cb.zip
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>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index abbbdcded7..410b7e595a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -680,7 +680,7 @@ seems to do a decent job)
* from `packages/backend/src/queue/processors/InboxProcessorService.ts`
to `packages/backend/src/core/UpdateInstanceQueue.ts`
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
`renderPerson` function in
`packages/backend/src/core/activitypub/ApRendererService.ts`), make