Add banner image to user json.
This commit is contained in:
parent
37e406ae36
commit
c443aec83d
@ -45,6 +45,10 @@ defmodule Pleroma.Web.ActivityPub.UserView do
|
||||
"icon" => %{
|
||||
"type" => "Image",
|
||||
"url" => User.avatar_url(user)
|
||||
},
|
||||
"image" => %{
|
||||
"type" => "Image",
|
||||
"url" => User.banner_url(user)
|
||||
}
|
||||
}
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user