Merge remote-tracking branch 'pleroma/quote-post' into inline-quote-default

This commit is contained in:
Alex Gleason 2022-01-27 15:01:58 -06:00
commit 5371017fa7
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -841,7 +841,11 @@
config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: false
config :pleroma, :mrf,
policies: [Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy, Pleroma.Web.ActivityPub.MRF.TagPolicy],
policies: [
Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy,
Pleroma.Web.ActivityPub.MRF.TagPolicy,
Pleroma.Web.ActivityPub.MRF.InlineQuotePolicy
],
transparency: true,
transparency_exclusions: []