From 4ecb9aa77734ca223aaa8e676fed54c8625d0837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 14 Sep 2022 10:21:00 +0100 Subject: [PATCH] require image descriptions --- config/services/akkoma/akkoma.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/services/akkoma/akkoma.exs b/config/services/akkoma/akkoma.exs index dc61e141..23cea037 100644 --- a/config/services/akkoma/akkoma.exs +++ b/config/services/akkoma/akkoma.exs @@ -78,7 +78,8 @@ config :pleroma, :mrf, Pleroma.Web.ActivityPub.MRF.ForceBotUnlistedPolicy, Pleroma.Web.ActivityPub.MRF.AntiFollowbotPolicy, Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy, - Pleroma.Web.ActivityPub.MRF.TagPolicy + Pleroma.Web.ActivityPub.MRF.TagPolicy, + Pleroma.Web.ActivityPub.MRF.RequireImageDescription ], transparency: true