diff options
author | kaniini <ariadne@dereferenced.org> | 2019-07-16 11:14:46 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-07-16 11:14:46 +0000 |
commit | d3b922276138cf7aaa896d52a8e35113a40e22dc (patch) | |
tree | ed02c143d7298736e821a507acd01d3931249a3f /docs/api/differences_in_mastoapi_responses.md | |
parent | a0d71d3ccfeece9deab213a627720dfc2aaf51be (diff) | |
parent | 520ee6c59162c26caf032b2d16ca975c99b5beb5 (diff) | |
download | pleroma-d3b922276138cf7aaa896d52a8e35113a40e22dc.tar.gz pleroma-d3b922276138cf7aaa896d52a8e35113a40e22dc.zip |
Merge branch 'add-deactivated-to-account-view' into 'develop'
Add `pleroma.deactivated` to the Account entity (Mastodon API)
See merge request pleroma/pleroma!1433
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 d2e9bcc4b..c65b11872 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -47,6 +47,7 @@ Has these additional fields under the `pleroma` object: - `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` +- `deactivated`: boolean, true when the user is deactivated ### Source |