Add `pleroma.deactivated` to the Account entity (Mastodon API)
[akkoma] / docs / api / differences_in_mastoapi_responses.md
index d2e9bcc4b83504dde87e45ee66d73875a2ef239f..c65b11872d39e614ea437f7b6cd470ff5b50974f 100644 (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