Turn on markup normalisation by default
[akkoma] / lib / pleroma / web / activity_pub / mrf.ex
index 0d4986e681ba5a27f2cbd942042e3ae61b1221ca..064ffc527adef1b085a334255ad3897b32b8f2e5 100644 (file)
@@ -140,7 +140,8 @@ defmodule Pleroma.Web.ActivityPub.MRF 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