Revert "Merge branch 'feat/floki-fasthtml' into 'develop'"
[akkoma] / lib / pleroma / html.ex
index 2cae29f35170fe5b952551b405db677c8baba9f2..11513106eb643769c72701865459cd9eb70a22dc 100644 (file)
@@ -10,9 +10,7 @@ defmodule Pleroma.HTML do
     dir = Path.join(:code.priv_dir(:pleroma), "scrubbers")
 
     dir
-    |> File.ls!()
-    |> Enum.map(&Path.join(dir, &1))
-    |> Kernel.ParallelCompiler.compile()
+    |> Pleroma.Utils.compile_dir()
     |> case do
       {:error, _errors, _warnings} ->
         raise "Compiling scrubbers failed"