diff options
author | Mike Verdone <spiral@arcseconds.net> | 2019-07-24 16:51:09 +0200 |
---|---|---|
committer | Mike Verdone <spiral@arcseconds.net> | 2019-07-24 16:51:09 +0200 |
commit | 2981821db834448bf9b2ba26590314e36201664c (patch) | |
tree | 3568aea050ebc9438eecfa8cafd8c3d9aaeede4d /docs/api/differences_in_mastoapi_responses.md | |
parent | 91d9fdc7decc664483625c11e44d4e053dd9c585 (diff) | |
download | pleroma-2981821db834448bf9b2ba26590314e36201664c.tar.gz |
squash! Expose expires_at datetime in mastoAPI only for the activity actor
NOTE: rewrite the commit msg
Diffstat (limited to 'docs/api/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/api/differences_in_mastoapi_responses.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/differences_in_mastoapi_responses.md b/docs/api/differences_in_mastoapi_responses.md index 168a13f4e..829468b13 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -25,7 +25,7 @@ Has these additional fields under the `pleroma` object: - `in_reply_to_account_acct`: the `acct` property of User entity for replied user (if any) - `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_on`: a datetime (iso8601) that states when the post will expire (be deleted automatically), or empty if the post won't expire +- `expires_in`: the number of minutes until a post will expire (be deleted automatically), or empty if the post won't expire ## Attachments |