diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-07-13 19:00:03 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-07-14 19:32:07 +0000 |
commit | 6b12cb60e90db8f7af29259990abe1cb5b7f4ccd (patch) | |
tree | ad609579405b9cd00c115a1515e08b19c324c28d | |
parent | cdf2ff8176f08510553dab40a07847963aa54ed0 (diff) | |
download | pleroma-6b12cb60e90db8f7af29259990abe1cb5b7f4ccd.tar.gz |
docs: note that exclusions usage will be included in the transparency metrics if used
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index 19295db83..22799af23 100644 --- a/docs/config.md +++ b/docs/config.md @@ -103,7 +103,7 @@ config :pleroma, Pleroma.Emails.Mailer, * `managed_config`: Whenether the config for pleroma-fe is configured in this config or in ``static/config.json`` * `allowed_post_formats`: MIME-type list of formats allowed to be posted (transformed into HTML) * `mrf_transparency`: Make the content of your Message Rewrite Facility settings public (via nodeinfo). -* `mrf_transparency_exclusions`: Exclude specific instance names from MRF transparency. +* `mrf_transparency_exclusions`: Exclude specific instance names from MRF transparency. The use of the exclusions feature will be disclosed in nodeinfo as a boolean value. * `scope_copy`: Copy the scope (private/unlisted/public) in replies to posts by default. * `subject_line_behavior`: Allows changing the default behaviour of subject lines in replies. Valid values: * "email": Copy and preprend re:, as in email. |