diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-09-04 19:40:07 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-09-04 19:40:07 +0300 |
commit | 3542ca6702707ace070761c57350c10cd8c2a745 (patch) | |
tree | 9ad8d143eddf0ae9f4e8ebcb453f466fa1b8b9ed /docs/api/differences_in_mastoapi_responses.md | |
parent | 6c2fd1b78bbbb4486a5dddeffa053199ba8cc015 (diff) | |
parent | e72531bfacb2399ad0783a26b1c23f0bba24a107 (diff) | |
download | pleroma-3542ca6702707ace070761c57350c10cd8c2a745.tar.gz |
Merge branch 'develop' into feature/moderation-log-filters
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 |