Pleroma.User: mix format
This commit is contained in:
parent
7b9868f343
commit
f2452d5700
|
@ -1207,10 +1207,10 @@ def parse_bio(bio, user) do
|
|||
profile_urls = [user.ap_id]
|
||||
|
||||
bio
|
||||
|> CommonUtils.format_input("text/plain", [
|
||||
|> CommonUtils.format_input("text/plain",
|
||||
mentions_format: :full,
|
||||
rel: &RelMe.maybe_put_rel_me(&1, profile_urls)
|
||||
])
|
||||
)
|
||||
|> elem(0)
|
||||
|> Formatter.emojify(emoji)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue