diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-04-30 12:27:06 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-04-30 12:27:06 -0500 |
commit | 6727a3659f60c0e09fa6375b6c0843c01f5be3dc (patch) | |
tree | 2b007d0eff57a86073909a2449ae5e29a6a14379 /lib/pleroma/web/common_api | |
parent | 004bcedb074d50bc42803e4c0a884239bd504b3d (diff) | |
download | pleroma-6727a3659f60c0e09fa6375b6c0843c01f5be3dc.tar.gz |
Remove Pleroma.Formatter.minify/2
Diffstat (limited to 'lib/pleroma/web/common_api')
-rw-r--r-- | lib/pleroma/web/common_api/utils.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/common_api/utils.ex b/lib/pleroma/web/common_api/utils.ex index be86009af..4731e79be 100644 --- a/lib/pleroma/web/common_api/utils.ex +++ b/lib/pleroma/web/common_api/utils.ex @@ -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 |