Merge branch 'mastodon-quotes-updates' into 'develop'

Use Mastodon-compatible route for quotes list and param for quotes count

See merge request pleroma/pleroma!4367
This commit is contained in:
nicole mikołajczyk 2025-12-02 14:34:16 +01:00
commit d7b0115124
12 changed files with 137 additions and 81 deletions

View file

@ -39,7 +39,6 @@ Has these additional fields under the `pleroma` object:
- `emoji_reactions`: A list with emoji / reaction maps. The format is `{name: "☕", count: 1, me: true}`. Contains no information about the reacting users, for that use the `/statuses/:id/reactions` endpoint.
- `parent_visible`: If the parent of this post is visible to the user or not.
- `pinned_at`: a datetime (iso8601) when status was pinned, `null` otherwise.
- `quotes_count`: the count of status quotes.
- `bookmark_folder`: the ID of the folder bookmark is stored within (if any).
- `list_id`: the ID of the list the post is addressed to (if any, only returned to author).