mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-20 12:14:44 +00:00
Add banner image to user json.
This commit is contained in:
parent
37e406ae36
commit
c443aec83d
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue