Merge branch 'develop' into issue/1383
[akkoma] / lib / pleroma / application.ex
index 0f7b40840e79ef22c7695251aefc5ff972a82390..ab7f6d50215f2307641b2a23222b2b481af494ea 100644 (file)
@@ -30,6 +30,7 @@ defmodule Pleroma.Application do
   # See http://elixir-lang.org/docs/stable/elixir/Application.html
   # for more information on OTP Applications
   def start(_type, _args) do
+    Pleroma.HTML.compile_scrubbers()
     Pleroma.Config.DeprecationWarnings.warn()
     setup_instrumenters()