diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-06 14:01:07 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-06 14:01:07 +0300 |
commit | eb74c3d5c7a4bebbee43e123661d87e7605a32ba (patch) | |
tree | 5a034ddf84ce2fb0bb72501b146df967299c3685 /docs/api/differences_in_mastoapi_responses.md | |
parent | 6ef0103ca0b194971a2e6f61685316536b742a11 (diff) | |
parent | 896ffabe37406e85c2a3c2f30d2e882c68b5831e (diff) | |
download | pleroma-eb74c3d5c7a4bebbee43e123661d87e7605a32ba.tar.gz |
Merge branch 'develop' into issue/1218
Diffstat (limited to 'docs/api/differences_in_mastoapi_responses.md')
-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 |