diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pleroma/user.ex | 2 | 
1 files changed, 1 insertions, 1 deletions
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", %{  | 
