aboutsummaryrefslogtreecommitdiff
path: root/docs/api/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-04-25 09:14:35 +0300
committerrinpatch <rinpatch@sdf.org>2019-04-25 10:31:14 +0300
commitdfc8425659620d023540538ec943490cf523f434 (patch)
tree89cfb3199b8ba068cff0f49008bfed11c7340eef /docs/api/differences_in_mastoapi_responses.md
parent4baea6e6d9efa619402a031a84f74787653df2b5 (diff)
downloadpleroma-dfc8425659620d023540538ec943490cf523f434.tar.gz
Move settings to Source subentity
Diffstat (limited to 'docs/api/differences_in_mastoapi_responses.md')
-rw-r--r--docs/api/differences_in_mastoapi_responses.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/api/differences_in_mastoapi_responses.md b/docs/api/differences_in_mastoapi_responses.md
index 7f05527fb..c69734e72 100644
--- a/docs/api/differences_in_mastoapi_responses.md
+++ b/docs/api/differences_in_mastoapi_responses.md
@@ -43,7 +43,13 @@ Has these additional fields under the `pleroma` object:
- `confirmation_pending`: boolean, true if a new user account is waiting on email confirmation to be activated
- `hide_followers`: boolean, true when the user has follower hiding enabled
- `hide_follows`: boolean, true when the user has follow hiding enabled
-- `show_role`: boolean, nullable (only shown when the user is requesting themselves), true when the user wants his role (e.g admin, moderator) to be shown
+
+### Source
+
+Has these additional fields under the `pleroma` object:
+
+- `show_role`: boolean, nullable, true when the user wants his role (e.g admin, moderator) to be shown
+- `no_rich_text` - boolean, nullable, true when html tags are stripped from all statuses requested from the API
## Account Search