diff options
| author | piuvas <mail@piuvas.net> | 2025-04-21 09:32:53 -0300 |
|---|---|---|
| committer | piuvas <mail@piuvas.net> | 2025-04-21 09:32:53 -0300 |
| commit | 58ef95e962bc6559ff49b73e280671ecf71ce6d7 (patch) | |
| tree | 783dc6f88d8961ff830fdfd746d0f2202fc04c99 | |
| parent | merge: Verify links in remote accounts. (!964) (diff) | |
| download | sharkey-58ef95e962bc6559ff49b73e280671ecf71ce6d7.tar.gz sharkey-58ef95e962bc6559ff49b73e280671ecf71ce6d7.tar.bz2 sharkey-58ef95e962bc6559ff49b73e280671ecf71ce6d7.zip | |
fix typo in contributing.
| -rw-r--r-- | CONTRIBUTING.md | 2 |
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 |