Return profile URL in MastodonAPI's `url` field

develop
Thibaut Girka 2019-08-07 21:40:53 +00:00
parent 089d53a961
commit 9c0da1009a
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
following_count: user_info.following_count,
statuses_count: user_info.note_count,
note: bio || "",
url: user.ap_id,
url: User.profile_url(user),
avatar: image,
avatar_static: image,
header: header,