diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-06-03 16:04:39 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-06-03 16:13:37 +0300 |
commit | 080e1aa70e4af4e9cdc0589f28648468bf116d6b (patch) | |
tree | 997f3a83fe44ddc667a5e7f9a3e36612ea4d3f10 /docs/config.md | |
parent | e706b42f519fe754af980fc758be492b24e3ccde (diff) | |
download | pleroma-080e1aa70e4af4e9cdc0589f28648468bf116d6b.tar.gz |
add option skip_thread_containment
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 67b062fe9..fbb9079e6 100644 --- a/docs/config.md +++ b/docs/config.md @@ -105,6 +105,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 |