From 297481da662380f938bac66fdd32476dbb920faa Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 11 Nov 2020 09:44:44 -0600 Subject: fix butchered description --- lib/pleroma/web/activity_pub/mrf/auto_subject_policy.ex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/pleroma/web/activity_pub/mrf/auto_subject_policy.ex b/lib/pleroma/web/activity_pub/mrf/auto_subject_policy.ex index 2ae503fa6..864a0a9f2 100644 --- a/lib/pleroma/web/activity_pub/mrf/auto_subject_policy.ex +++ b/lib/pleroma/web/activity_pub/mrf/auto_subject_policy.ex @@ -124,9 +124,11 @@ defmodule Pleroma.Web.ActivityPub.MRF.AutoSubjectPolicy do key: :match, type: {:list, :tuple}, description: """ - **Keyword**: a string or list of keywords. E.g., to in the form of ["", " + **Keyword**: a string or list of keywords. E.g., ["cat", "dog"] to match on both "cat" and "dog". **Subject**: a string to insert into the subject field. + + Note: the keyword matching is case-insensitive and matches only the whole word. """ } ] -- cgit v1.2.3