X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fhtml.ex;h=997e965f0829afdf4e475a1ecdc16e5f8a9e80b9;hb=1770602747ae95d95d12c5601f99ced8699e8947;hp=4acd46253362119ec737f79f8772ba7dba1d3c76;hpb=0d24ab04c5ea779432b4ea174a1d470dac87315d;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)