From: Haelwenn (lanodan) Monnier Date: Sat, 2 Mar 2019 05:33:15 +0000 (+0100) Subject: Pleroma.User: Pass an array to profile_urls X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=3d22642352b797c6963dba7c9116c27699d5c641;p=akkoma Pleroma.User: Pass an array to profile_urls --- diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex index b54613274..447beb25b 100644 --- a/lib/pleroma/user.ex +++ b/lib/pleroma/user.ex @@ -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", %{