forked from AkkomaGang/akkoma
Use string map for default mascot
This commit is contained in:
parent
dc916ba15f
commit
3d0d9e7a56
1 changed files with 6 additions and 6 deletions
|
@ -46,12 +46,12 @@ defmodule Pleroma.User.Info do
|
|||
|
||||
field(:mascot, :map,
|
||||
default: %{
|
||||
id: "pleromatan",
|
||||
url: "/images/pleroma-fox-tan-smol.png",
|
||||
type: "image",
|
||||
preview_url: "/images/pleroma-fox-tan-smol.png",
|
||||
pleroma: %{
|
||||
mime_type: "image/png"
|
||||
"id" => "pleromatan",
|
||||
"url" => "/images/pleroma-fox-tan-smol.png",
|
||||
"type" => "image",
|
||||
"preview_url" => "/images/pleroma-fox-tan-smol.png",
|
||||
"pleroma" => %{
|
||||
"mime_type" => "image/png"
|
||||
}
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue