Use string map for default mascot

This commit is contained in:
Sadposter 2019-05-20 13:10:04 +01:00
parent dc916ba15f
commit 3d0d9e7a56
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 6 additions and 6 deletions

View File

@ -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"
}
}
)