aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-03 10:37:34 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-03 10:37:34 +0300
commitcb162678df877e3f9b299e10516d0ebd29355b80 (patch)
treef39f5761d554039eace60360ccb95a3aca11857e
parent66450f861597ac5c5a349f005b7cc061e4e34ded (diff)
downloadpleroma-cb162678df877e3f9b299e10516d0ebd29355b80.tar.gz
Add missing language spec
-rw-r--r--docs/configuration/cheatsheet.md2
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]