X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fhtml.ex;h=997e965f0829afdf4e475a1ecdc16e5f8a9e80b9;hb=78299ab18205b0bbaf521640e188a862ca27aa61;hp=4acd46253362119ec737f79f8772ba7dba1d3c76;hpb=b21738d4c08b2f0d66944e3f74a15f3a3985b37a;p=akkoma diff --git a/lib/pleroma/html.ex b/lib/pleroma/html.ex index 4acd46253..997e965f0 100644 --- a/lib/pleroma/html.ex +++ b/lib/pleroma/html.ex @@ -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)