diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-09-04 11:26:34 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-09-04 11:26:34 +0000 |
commit | e72531bfacb2399ad0783a26b1c23f0bba24a107 (patch) | |
tree | 69fc553ac7aa2520c726a69b6d11bedfc8a66a82 /docs/api | |
parent | e54694748bdcc27a3acd3ff3feac5c0c284d8b0d (diff) | |
parent | 3face454671bfdf2b850daf9dcb05468eb909e95 (diff) | |
download | pleroma-e72531bfacb2399ad0783a26b1c23f0bba24a107.tar.gz |
Merge branch 'feat/mastoapi-status-threadmuted' into 'develop'
Mastodon API: Add `pleroma.thread_muted` to Status entity
See merge request pleroma/pleroma!1626
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/differences_in_mastoapi_responses.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/differences_in_mastoapi_responses.md b/docs/api/differences_in_mastoapi_responses.md index f34e3dd72..02f90f3e8 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -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 |