Mastodon API: Add pleroma.thread_muted to Status entity

Needed for pleroma-fe!941
This commit is contained in:
rinpatch 2019-09-04 14:16:56 +03:00
commit 3face45467
4 changed files with 24 additions and 2 deletions

View file

@ -26,6 +26,7 @@ Has these additional fields under the `pleroma` object:
- `content`: a map consisting of alternate representations of the `content` property with the key being it's mimetype. Currently the only alternate representation supported is `text/plain`
- `spoiler_text`: a map consisting of alternate representations of the `spoiler_text` property with the key being it's mimetype. Currently the only alternate representation supported is `text/plain`
- `expires_at`: a datetime (iso8601) that states when the post will expire (be deleted automatically), or empty if the post won't expire
- `thread_muted`: true if the thread the post belongs to is muted
## Attachments