diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-03 10:37:34 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-03 10:37:34 +0300 |
commit | cb162678df877e3f9b299e10516d0ebd29355b80 (patch) | |
tree | f39f5761d554039eace60360ccb95a3aca11857e /docs/configuration | |
parent | 66450f861597ac5c5a349f005b7cc061e4e34ded (diff) | |
download | pleroma-cb162678df877e3f9b299e10516d0ebd29355b80.tar.gz |
Add missing language spec
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index f1d41b0c6..82367ae0b 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -266,7 +266,7 @@ All criteria are configured as a map of regular expressions to lists of policy m Example: -``` +```elixir config :pleroma, :mrf_subchain, match_actor: %{ ~r/https:\/\/example.com/s => [Pleroma.Web.ActivityPub.MRF.DropPolicy] |