diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-15 09:56:01 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-15 09:56:01 +0000 |
commit | fb4af26d75406f557a8b1a8dd388e16865b5bda2 (patch) | |
tree | be0e4beaddc40d8daeea09f2c94410b2991b677e /docs | |
parent | 62ffc00a5d5975a75c905bc728feb71cd15a34d3 (diff) | |
parent | 0632ed2f87671d90d029d435a084a8da72f549ea (diff) | |
download | pleroma-fb4af26d75406f557a8b1a8dd388e16865b5bda2.tar.gz |
Merge branch 'feature/add-chat-token-to-masto-api' into 'develop'
Mastodon API: Return the token needed for the chat.
See merge request pleroma/pleroma!1292
Diffstat (limited to 'docs')
-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 a336799dc..3ee7115cf 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -44,6 +44,7 @@ Has these additional fields under the `pleroma` object: - `hide_followers`: boolean, true when the user has follower hiding enabled - `hide_follows`: boolean, true when the user has follow hiding enabled - `settings_store`: A generic map of settings for frontends. Opaque to the backend. Only returned in `verify_credentials` and `update_credentials` +- `chat_token`: The token needed for Pleroma chat. Only returned in `verify_credentials` ### Source |