logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 622c804c9afc2da367aaaeeeb75ca5cbe0cfa855
parent: a58813e7a14fda8eff2f2a659094444d20765e85
Author: rinpatch <rinpatch@sdf.org>
Date:   Wed,  1 May 2019 11:02:08 +0000

Merge branch 'fix/remove-redundant-ensure-scrubbed-html' into 'develop'

Remove redundant ensure_scrubbed_html

See merge request pleroma/pleroma!1114

Diffstat:

Mlib/pleroma/html.ex8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/lib/pleroma/html.ex b/lib/pleroma/html.ex @@ -71,14 +71,6 @@ defmodule Pleroma.HTML do end end - def ensure_scrubbed_html( - content, - scrubbers, - true = _fake - ) do - {:ignore, filter_tags(content, scrubbers)} - end - defp generate_scrubber_signature(scrubber) when is_atom(scrubber) do generate_scrubber_signature([scrubber]) end