diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-04-01 12:09:54 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-04-01 12:09:54 -0400 |
| commit | 02fa8f03e591452572a56a4c852a17e7adda6dc7 (patch) | |
| tree | ecd2ec6c002eafd00a3a6df2b414393fae577d7a | |
| parent | copy changes from toHtml to toMastoApiHtml (diff) | |
| download | sharkey-02fa8f03e591452572a56a4c852a17e7adda6dc7.tar.gz sharkey-02fa8f03e591452572a56a4c852a17e7adda6dc7.tar.bz2 sharkey-02fa8f03e591452572a56a4c852a17e7adda6dc7.zip | |
docs: add instructions to update toMastoApiHtml
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e33b33e524..0f601a3727 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -680,6 +680,7 @@ seems to do a decent job) * `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 * from `.config/example.yml` to `.config/ci.yml` + * in `packages/backend/src/core/MfmService.ts`, from `toHtml` to `toMastoApiHtml` * 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 |