normalise markup by default #316

Merged
floatingghost merged 3 commits from normalise-markup-by-default into develop 2022-11-26 21:06:21 +00:00
Showing only changes of commit 075debe504 - Show all commits

View file

@ -140,7 +140,8 @@ def get_policies do
|> get_policies()
|> Enum.concat([
Pleroma.Web.ActivityPub.MRF.HashtagPolicy,
Pleroma.Web.ActivityPub.MRF.InlineQuotePolicy
Pleroma.Web.ActivityPub.MRF.InlineQuotePolicy,
Pleroma.Web.ActivityPub.MRF.NormalizeMarkup
])
|> Enum.uniq()
end