Add pleroma.deactivated to the Account entity (Mastodon API)

This commit is contained in:
Eugenij 2019-07-16 11:14:46 +00:00 committed by kaniini
commit 520ee6c591
4 changed files with 16 additions and 0 deletions

View file

@ -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