1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Add documentation for quote posts support

This commit is contained in:
Claire 2025-04-09 12:03:05 +02:00
parent e0a1b3366f
commit 926d317260

View File

@ -34,6 +34,9 @@ Undo
Flag
: Transformed into a report to the moderation team. See the [Reports](#Flag) extension for more information.
QuoteRequest
: Request approval for a quote post. See the [Quote posts](#Quote) extension for more information.
### Payloads
The first-class Object types supported by Mastodon are `Note` and `Question`.
@ -851,6 +854,14 @@ Mastodon generates colorful preview thumbnails for attachments. This is implemen
Mastodon uses the `as:sensitive` extension property to mark certain posts as sensitive. When a post is marked as sensitive, any media attached to it will be hidden by default, and if a `summary` is present, the status `content` will be collapsed behind this summary. In Mastodon, this is known as a **content warning**.
### Quote posts and quote controls {#Quote}
Mastodon implements incoming quote posts according to [FEP-044f](https://codeberg.org/fediverse/fep/src/branch/main/fep/044f/fep-044f.md).
Mastodon only accepts the first quote of a post.
Furthermore, Mastodon does not handle the full range of interaction policies, but instead converts the authorized followers to a combination of “public”, “followers” and “unknown”, defaulting to “nobody”. In doing so, `automaticApproval` and `manualApproval` are both considered the same as indications that quoting the post is possible.
## Other functionality
### Secure mode {#secure-mode}