aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-02-08 13:12:09 +0300
committerrinpatch <rinpatch@sdf.org>2019-02-08 13:12:09 +0300
commit8a0b755c19ef9c896f69de2b1bf22418a3aedf6f (patch)
tree4b299c3afb4228cecdd44ecf732a39224c873f2e /docs
parent2174f6eb4f2b9b970e9823fe0846643fb274f009 (diff)
downloadpleroma-8a0b755c19ef9c896f69de2b1bf22418a3aedf6f.tar.gz
rename ftl_removal to federated_timeline_removal to keep consistent naming with SimplePolicy
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md
index 55d618925..c0eb4ceb4 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -153,7 +153,7 @@ This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:i
## :mrf_keyword
* `reject`: A list of patterns which result in message being rejected, each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html)
-* `ftl_removal`: A list of patterns which result in message being removed from federated timelines(a.k.a unlisted), each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html)
+* `federated_timeline_removal`: A list of patterns which result in message being removed from federated timelines(a.k.a unlisted), each pattern can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html)
* `replace`: A list of tuples containing `{pattern, replacement`, `pattern` can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html)
## :media_proxy