Skip to content
Snippets Groups Projects
Verified Commit f2452d57 authored by Haelwenn's avatar Haelwenn
Browse files

Pleroma.User: mix format

parent 7b9868f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment