akkoma/lib/pleroma/web/common_api
ilja space c9a36e4340 Support htmlMfm term key for FEP-c16b compliance
We now add the htmlMfm key when relevant, store this in the database, and we see it when fetching using e.g.

    curl -L -H 'Accept: application/activity+json' "$ap_id"

The `@context` of the Activity Pub message now also contains `htmlMfm: https://w3id.org/fep/c16b#htmlMfm`.

When an incomming post has `htmlMfm: true`, we will not re-parse the content.

FEDERATION.md is adapted to show the `htmlMfm` term is used.
2025-04-06 19:56:56 +02:00
..
activity_draft.ex Support htmlMfm term key for FEP-c16b compliance 2025-04-06 19:56:56 +02:00
utils.ex Don't try to handle non-media objects as media 2024-05-22 20:30:23 +02:00