diff options
author | kaniini <ariadne@dereferenced.org> | 2019-07-13 19:06:54 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-07-13 19:06:54 +0000 |
commit | 592411e4fe8a1cf39064e3dd5f9312ed5cdcd22e (patch) | |
tree | 0367556f3e87497fe7cff80f70a519cd9e0e6e86 /docs | |
parent | f4c001062e51c207bf84f56473ddf6120e3b50fb (diff) | |
parent | 0cc638b96874312bce29e477a0ce6e46a92142bf (diff) | |
download | pleroma-592411e4fe8a1cf39064e3dd5f9312ed5cdcd22e.tar.gz |
Merge branch 'feature/mrf-transparency-filter' into 'develop'
nodeinfo: implement MRF transparency exclusions
See merge request pleroma/pleroma!1412
Diffstat (limited to 'docs')
-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 3ec13cff2..a65b7a560 100644 --- a/docs/config.md +++ b/docs/config.md @@ -106,6 +106,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. 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. |