Revert "Merge branch 'feat/floki-fasthtml' into 'develop'"

This reverts merge request !2194
This commit is contained in:
feld 2020-02-11 16:55:18 +00:00
commit 237b2068f9
9 changed files with 18 additions and 35 deletions

View file

@ -108,7 +108,6 @@ defmodule Pleroma.HTML do
Cachex.fetch!(:scrubber_cache, key, fn _key ->
result =
content
|> Floki.parse_fragment!()
|> Floki.filter_out("a.mention,a.hashtag,a[rel~=\"tag\"]")
|> Floki.attribute("a", "href")
|> Enum.at(0)