diff options
author | rinpatch <rinpatch@sdf.org> | 2019-12-02 11:18:58 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-12-02 11:18:58 +0000 |
commit | d468cba2d56f60a41b0372a381b1017a8d2d046b (patch) | |
tree | 16ac739c84bc5e01dbbd3085fc47d18551f51c21 /lib | |
parent | 0d24ab04c5ea779432b4ea174a1d470dac87315d (diff) | |
parent | cf52106e059560afb50de5ae8044d0a51278fae1 (diff) | |
download | pleroma-d468cba2d56f60a41b0372a381b1017a8d2d046b.tar.gz |
Merge branch 'update-floki' into 'develop'
Update Floki dependency
See merge request pleroma/pleroma!2028
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/html.ex | 1 |
1 files changed, 0 insertions, 1 deletions
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) |