diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-07-19 16:55:10 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-07-19 16:55:10 -0500 |
commit | 9169f331b6d481a0aa2b0bfe91500d695fb1b6d6 (patch) | |
tree | 734ce297aef5a2482c88cdc7d03914943ba4cf28 /docs/api | |
parent | 46c7c53fbbfd9919d429ba15988af0da9e22d444 (diff) | |
parent | c1c64d6d06fb7307245880d6605d9d9153a4784f (diff) | |
download | pleroma-9169f331b6d481a0aa2b0bfe91500d695fb1b6d6.tar.gz |
Merge branch 'develop' into feature/matstodon-statuses-by-name
Diffstat (limited to 'docs/api')
-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 f5a72543a..1907d70c8 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -50,6 +50,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 |