aboutsummaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-06-04 14:58:13 +0000
committerlain <lain@soykaf.club>2019-06-04 14:58:13 +0000
commitf178a6f3f0d152a5e75c82da08195ee2d7fd3612 (patch)
tree3adf7ccf852cf4f4f12804a5f4427583905e17b7 /docs/api
parent0eb7464c10df109e8aacf734bb092f69192ab5c2 (diff)
parent1e7bb69a957c279eb75ed72cca779caa9d8f25ce (diff)
downloadpleroma-f178a6f3f0d152a5e75c82da08195ee2d7fd3612.tar.gz
Merge branch 'issue/941' into 'develop'
[#941] add option skip_thread_containment See merge request pleroma/pleroma!1237
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/differences_in_mastoapi_responses.md1
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 21c1b76e5..623d4fbf5 100644
--- a/docs/api/differences_in_mastoapi_responses.md
+++ b/docs/api/differences_in_mastoapi_responses.md
@@ -82,6 +82,7 @@ Additional parameters can be added to the JSON body/Form data:
- `show_role` - if true, user's role (e.g admin, moderator) will be exposed to anyone in the API
- `default_scope` - the scope returned under `privacy` key in Source subentity
- `pleroma_settings_store` - Opaque user settings to be saved on the backend.
+- `skip_thread_containment` - if true, skip filtering out broken threads
### Pleroma Settings Store
Pleroma has mechanism that allows frontends to save blobs of json for each user on the backend. This can be used to save frontend-specific settings for a user that the backend does not need to know about.