diff options
author | lain <lain@soykaf.club> | 2019-06-04 14:58:13 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-06-04 14:58:13 +0000 |
commit | f178a6f3f0d152a5e75c82da08195ee2d7fd3612 (patch) | |
tree | 3adf7ccf852cf4f4f12804a5f4427583905e17b7 /docs/config.md | |
parent | 0eb7464c10df109e8aacf734bb092f69192ab5c2 (diff) | |
parent | 1e7bb69a957c279eb75ed72cca779caa9d8f25ce (diff) | |
download | pleroma-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/config.md')
-rw-r--r-- | docs/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 718a7912a..f4a1868fd 100644 --- a/docs/config.md +++ b/docs/config.md @@ -111,6 +111,7 @@ config :pleroma, Pleroma.Emails.Mailer, * `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). (Default: `false`) * `healthcheck`: if set to true, system data will be shown on ``/api/pleroma/healthcheck``. * `remote_post_retention_days`: the default amount of days to retain remote posts when pruning the database +* `skip_thread_containment`: Skip filter out broken threads. the default is `false`. ## :app_account_creation REST API for creating an account settings |