summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorpiuvas <mail@piuvas.net>2025-04-20 10:44:40 -0300
committerpiuvas <mail@piuvas.net>2025-04-20 10:44:40 -0300
commit20482888b06e9821d293a02c2f7a5021171c1127 (patch)
treef3f6e473500a4d6bc81886d1c4364506989867b7 /CONTRIBUTING.md
parentmake link detection slightly more performant. (diff)
downloadsharkey-20482888b06e9821d293a02c2f7a5021171c1127.tar.gz
sharkey-20482888b06e9821d293a02c2f7a5021171c1127.tar.bz2
sharkey-20482888b06e9821d293a02c2f7a5021171c1127.zip
add merge guide for verifyLink.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4c0b370146..abbbdcded7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -680,6 +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)
* if there have been any changes to the federated user data (the
`renderPerson` function in
`packages/backend/src/core/activitypub/ApRendererService.ts`), make