diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-12-12 17:42:19 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-12-12 17:42:19 +0000 |
| commit | 96aa5f3ad5883c996efc9fc00ab8e7a2085f9907 (patch) | |
| tree | 9b3a91e7169f60e6b25a364cf15742e899b6a6ef /CONTRIBUTING.md | |
| parent | actually publish profile updates with changes to new mk fields (diff) | |
| download | sharkey-96aa5f3ad5883c996efc9fc00ab8e7a2085f9907.tar.gz sharkey-96aa5f3ad5883c996efc9fc00ab8e7a2085f9907.tar.bz2 sharkey-96aa5f3ad5883c996efc9fc00ab8e7a2085f9907.zip | |
upstream merge checklist: remember to check federated profile fields
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ac4ee5019..6b01135d11 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -687,6 +687,13 @@ 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`) +* if there have been any changes to the federated user data (the + `renderPerson` function in + `packages/backend/src/core/activitypub/ApRendererService.ts`), make + sure that the set of fields in `userNeedsPublishing` and + `profileNeedsPublishing` in + `packages/backend/src/server/api/endpoints/i/update.ts` are still + correct * check the changes against our `develop` (`git diff develop`) and against Misskey (`git diff misskey/develop`) * re-generate `misskey-js` (`pnpm build-misskey-js-with-types`) and commit |