forked from AkkomaGang/akkoma
Turn on markup normalisation by default
This commit is contained in:
parent
e3085c495c
commit
075debe504
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ def get_policies do
|
||||||
|> get_policies()
|
|> get_policies()
|
||||||
|> Enum.concat([
|
|> Enum.concat([
|
||||||
Pleroma.Web.ActivityPub.MRF.HashtagPolicy,
|
Pleroma.Web.ActivityPub.MRF.HashtagPolicy,
|
||||||
Pleroma.Web.ActivityPub.MRF.InlineQuotePolicy
|
Pleroma.Web.ActivityPub.MRF.InlineQuotePolicy,
|
||||||
|
Pleroma.Web.ActivityPub.MRF.NormalizeMarkup
|
||||||
])
|
])
|
||||||
|> Enum.uniq()
|
|> Enum.uniq()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue