forked from AkkomaGang/akkoma
Pleroma.User: Pass an array to profile_urls
This commit is contained in:
parent
9b83236fb0
commit
3d22642352
1 changed files with 1 additions and 1 deletions
|
@ -1204,7 +1204,7 @@ def parse_bio(bio, user) do
|
||||||
end)
|
end)
|
||||||
|
|
||||||
# TODO: get profile URLs other than user.ap_id
|
# TODO: get profile URLs other than user.ap_id
|
||||||
profile_urls = user[:ap_id]
|
profile_urls = [user[:ap_id]]
|
||||||
|
|
||||||
bio
|
bio
|
||||||
|> CommonUtils.format_input("text/plain", %{
|
|> CommonUtils.format_input("text/plain", %{
|
||||||
|
|
Loading…
Reference in a new issue