diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-08-13 22:40:18 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-08-13 22:40:18 +0000 |
commit | 5983f98f2618d5e744337f1f79b78c3ad2774d9c (patch) | |
tree | 569880e18317f2e4097875ab57d111f8863b5622 | |
parent | abfbcfdcb31a034d5512c69568bbb7607c0afdc8 (diff) | |
download | pleroma-5983f98f2618d5e744337f1f79b78c3ad2774d9c.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 fc9d4e8ef..d1fa501ea 100644 --- a/docs/config.md +++ b/docs/config.md @@ -278,7 +278,7 @@ config :pleroma, :mrf_subchain, * `actors`: A list of actors, for which to drop any posts mentioning. ## :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 |