diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-03-16 10:59:54 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-21 12:37:06 -0400 |
| commit | 770e0bbcdc521733e69b739475fe4bb86855e107 (patch) | |
| tree | a36c42b011359510fa4f3655aa98e691361996be /CONTRIBUTING.md | |
| parent | fix lint errors in mock-resolver.ts and activitypub.ts (diff) | |
| download | sharkey-770e0bbcdc521733e69b739475fe4bb86855e107.tar.gz sharkey-770e0bbcdc521733e69b739475fe4bb86855e107.tar.bz2 sharkey-770e0bbcdc521733e69b739475fe4bb86855e107.zip | |
document changes to updateInstanceQueue in merge instructions
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76f9d7b613..4c0b370146 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -677,6 +677,9 @@ seems to do a decent job) `packages/frontend/src/pages/timeline.vue`, `packages/frontend/src/ui/deck/tl-column.vue`, `packages/frontend/src/widgets/WidgetTimeline.vue`) + * from `packages/backend/src/queue/processors/InboxProcessorService.ts` + to `packages/backend/src/core/UpdateInstanceQueue.ts` + where `updateInstanceQueue` is impacted * if there have been any changes to the federated user data (the `renderPerson` function in `packages/backend/src/core/activitypub/ApRendererService.ts`), make |