Revert "Merge branch 'feature/rich-text' into 'develop'"
This reverts merge request !309
This commit is contained in:
parent
340ab3cb90
commit
58539e1357
7 changed files with 7 additions and 78 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue