Pleroma.User: mix format

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-03-02 07:04:49 +01:00
parent 7b9868f343
commit f2452d5700
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 2 additions and 2 deletions

View File

@ -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