From 82a89f37b112ccd9dc9b57c52740897c95a9441f Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 11 Nov 2020 09:48:46 -0600 Subject: Clarify that it will not alter user-supplied subjects --- lib/pleroma/web/activity_pub/mrf/auto_subject_policy.ex | 2 +- 1 file changed, 1 insertion(+), 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 864a0a9f2..0f9ed4ed1 100644 --- a/lib/pleroma/web/activity_pub/mrf/auto_subject_policy.ex +++ b/lib/pleroma/web/activity_pub/mrf/auto_subject_policy.ex @@ -118,7 +118,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.AutoSubjectPolicy do related_policy: "Pleroma.Web.ActivityPub.MRF.AutoSubjectPolicy", label: "MRF AutoSubject", description: - "Adds subject to messages matching a keyword or list of keywords.", + "Adds subject to messages matching a keyword or list of keywords if no subject is defined.", children: [ %{ key: :match, -- cgit v1.2.3