mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-29 13:59:26 +01:00
upstream merge checklist: remember to check federated profile fields
This commit is contained in:
parent
e9f68ab2b0
commit
96aa5f3ad5
1 changed files with 7 additions and 0 deletions
|
@ -687,6 +687,13 @@ seems to do a decent job)
|
||||||
`packages/frontend/src/pages/timeline.vue`,
|
`packages/frontend/src/pages/timeline.vue`,
|
||||||
`packages/frontend/src/ui/deck/tl-column.vue`,
|
`packages/frontend/src/ui/deck/tl-column.vue`,
|
||||||
`packages/frontend/src/widgets/WidgetTimeline.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
|
* check the changes against our `develop` (`git diff develop`) and
|
||||||
against Misskey (`git diff misskey/develop`)
|
against Misskey (`git diff misskey/develop`)
|
||||||
* re-generate `misskey-js` (`pnpm build-misskey-js-with-types`) and commit
|
* re-generate `misskey-js` (`pnpm build-misskey-js-with-types`) and commit
|
||||||
|
|
Loading…
Reference in a new issue