Remove Pleroma.Formatter.minify/2

This commit is contained in:
Alex Gleason 2021-04-30 12:27:06 -05:00
commit 6727a3659f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 0 additions and 20 deletions

View file

@ -296,7 +296,6 @@ defmodule Pleroma.Web.CommonAPI.Utils do
|> Formatter.mentions_escape(options)
|> Formatter.markdown_to_html()
|> Formatter.linkify(options)
|> Formatter.minify("text/html")
|> Formatter.html_escape("text/html")
end