Revert "Merge branch 'feature/rich-text' into 'develop'"

This reverts merge request !309
This commit is contained in:
lambda 2018-08-31 09:51:20 +00:00
commit 58539e1357
7 changed files with 7 additions and 78 deletions

View file

@ -423,7 +423,7 @@ defmodule Pleroma.Web.TwitterAPI.Controller do
{String.trim(name, ":"), url}
end)
bio_html = CommonUtils.format_input(bio, mentions, tags, "text/plain")
bio_html = CommonUtils.format_input(bio, mentions, tags)
Map.put(params, "bio", bio_html |> Formatter.emojify(emoji))
else
params