diff options
author | lain <lain@soykaf.club> | 2019-10-05 15:10:57 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-10-05 15:10:57 +0200 |
commit | 1ed8fbc4d96c1d44ab968d6aa1b0069c55e44626 (patch) | |
tree | b86cb69103fba795ee7dc0f8b3753fb322f79032 /docs/API | |
parent | d9aaea44ff02d6a07d3be0f0675830eb51ac85ef (diff) | |
parent | e51c20f28a91028b06a5783601e4ce09536bba5b (diff) | |
download | pleroma-1ed8fbc4d96c1d44ab968d6aa1b0069c55e44626.tar.gz |
Merge remote-tracking branch 'origin/develop' into reactions
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 21b297529..d007a69c3 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -56,7 +56,6 @@ Has these additional fields under the `pleroma` object: - `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 -- `unread_conversation_count`: The count of unread conversations. Only returned to the account owner. ### Source |