Set Plug.Logger to log at `:debug` level
[akkoma] / lib / pleroma / html.ex
index 4acd46253362119ec737f79f8772ba7dba1d3c76..997e965f0829afdf4e475a1ecdc16e5f8a9e80b9 100644 (file)
@@ -91,7 +91,6 @@ defmodule Pleroma.HTML do
     Cachex.fetch!(:scrubber_cache, key, fn _key ->
       result =
         content
-        |> HtmlEntities.decode()
         |> Floki.filter_out("a.mention,a.hashtag,a[rel~=\"tag\"]")
         |> Floki.attribute("a", "href")
         |> Enum.at(0)