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

Pleroma.User: Pass an array to profile_urls

parent 9b83236f
No related branches found
No related tags found
No related merge requests found
......@@ -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", %{
......
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