forked from AkkomaGang/akkoma
formatter: use Pleroma.HTML module instead of HtmlSanitizeEx directly
This commit is contained in:
parent
16307da311
commit
52b05137c5
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ def get_custom_emoji() do
|
|||
|
||||
# TODO: make it use something other than @link_regex
|
||||
def html_escape(text, "text/html") do
|
||||
HtmlSanitizeEx.basic_html(text)
|
||||
HTML.filter_tags(text)
|
||||
end
|
||||
|
||||
def html_escape(text, "text/plain") do
|
||||
|
|
Loading…
Reference in a new issue