diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-07-13 18:30:45 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-07-13 18:53:14 +0000 |
commit | 80c46d6d8b84d77d86efc32c1d2af225c1eada33 (patch) | |
tree | f409890204d76e5192ab14a59c4ff8c0fac0c7e9 /docs/config.md | |
parent | f4c001062e51c207bf84f56473ddf6120e3b50fb (diff) | |
download | pleroma-80c46d6d8b84d77d86efc32c1d2af225c1eada33.tar.gz |
nodeinfo: implement MRF transparency exclusions
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 3ec13cff2..639c5689c 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. * `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. |