power time

This commit is contained in:
Henry Jameson 2020-07-31 11:29:52 +03:00
commit 6d93391dee

View file

@ -723,7 +723,8 @@ config :pleroma, :mrf,
policies: [ policies: [
Pleroma.Web.ActivityPub.MRF.SimplePolicy, Pleroma.Web.ActivityPub.MRF.SimplePolicy,
Pleroma.Web.ActivityPub.MRF.HellthreadPolicy, Pleroma.Web.ActivityPub.MRF.HellthreadPolicy,
Pleroma.Web.ActivityPub.MRF.AntiFollowbotPolicy Pleroma.Web.ActivityPub.MRF.AntiFollowbotPolicy,
Pleroma.Web.ActivityPub.MRF.TagPolicy
], ],
transparency: true, transparency: true,
transparency_exclusions: [] transparency_exclusions: []