Mastodon API: Add pleroma.thread_muted to Status entity
Needed for pleroma-fe!941
This commit is contained in:
parent
e54694748b
commit
3face45467
4 changed files with 24 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue