Revert "Merge branch 'revert-a26d5e6b' into 'develop'"
This reverts commitd31bbb1cfe, reversing changes made to340ab3cb90.
This commit is contained in:
parent
f7ba393bb9
commit
b1be9415ef
7 changed files with 78 additions and 7 deletions
|
|
@ -423,7 +423,7 @@ defmodule Pleroma.Web.TwitterAPI.Controller do
|
|||
{String.trim(name, ":"), url}
|
||||
end)
|
||||
|
||||
bio_html = CommonUtils.format_input(bio, mentions, tags)
|
||||
bio_html = CommonUtils.format_input(bio, mentions, tags, "text/plain")
|
||||
Map.put(params, "bio", bio_html |> Formatter.emojify(emoji))
|
||||
else
|
||||
params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue