Pleroma.User: Pass an array to profile_urls

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-03-02 06:33:15 +01:00
parent 9b83236fb0
commit 3d22642352
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@ defmodule Pleroma.User do
end)
# TODO: get profile URLs other than user.ap_id
profile_urls = user[:ap_id]
profile_urls = [user[:ap_id]]
bio
|> CommonUtils.format_input("text/plain", %{