diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-08-13 22:40:18 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-08-14 01:50:26 +0000 |
commit | 4681747ec1e889530b0df52fe599aa236078a0b6 (patch) | |
tree | 2938f19492d0f0d2964d18a89027f5d01e69c23f | |
parent | c7a3a15c3de93212a131ea5886278c4030309941 (diff) | |
download | pleroma-4681747ec1e889530b0df52fe599aa236078a0b6.tar.gz |
docs tweak
-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 a4461521b..4699baa80 100644 --- a/docs/config.md +++ b/docs/config.md @@ -268,7 +268,7 @@ config :pleroma, :mrf_subchain, * `replace`: A list of tuples containing `{pattern, replacement}`, `pattern` can be a string or a [regular expression](https://hexdocs.pm/elixir/Regex.html) ## :mrf_vocabulary -* `accept`: A list of ActivityStreams terms to accept. If empty, all messages are accepted. +* `accept`: A list of ActivityStreams terms to accept. If empty, all supported messages are accepted. * `reject`: A list of ActivityStreams terms to reject. If empty, no messages are rejected. ## :media_proxy |