forked from AkkomaGang/akkoma
Pleroma.User: mix format
This commit is contained in:
parent
7b9868f343
commit
f2452d5700
1 changed files with 2 additions and 2 deletions
|
@ -1207,10 +1207,10 @@ def parse_bio(bio, user) do
|
||||||
profile_urls = [user.ap_id]
|
profile_urls = [user.ap_id]
|
||||||
|
|
||||||
bio
|
bio
|
||||||
|> CommonUtils.format_input("text/plain", [
|
|> CommonUtils.format_input("text/plain",
|
||||||
mentions_format: :full,
|
mentions_format: :full,
|
||||||
rel: &RelMe.maybe_put_rel_me(&1, profile_urls)
|
rel: &RelMe.maybe_put_rel_me(&1, profile_urls)
|
||||||
])
|
)
|
||||||
|> elem(0)
|
|> elem(0)
|
||||||
|> Formatter.emojify(emoji)
|
|> Formatter.emojify(emoji)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue