Add missing default config value for :instance, instance_thumbnail
authorMark Felder <feld@FreeBSD.org>
Mon, 22 Jun 2020 22:35:02 +0000 (17:35 -0500)
committerMark Felder <feld@FreeBSD.org>
Mon, 22 Jun 2020 22:35:02 +0000 (17:35 -0500)
Follows up on b7fc61e17b

config/config.exs

index 4bf31f3fc01a0d53e4fc967643f9220a314eee29..e0888fa9a49555f62eb712ba41ba8f189c215340 100644 (file)
@@ -186,6 +186,7 @@ config :pleroma, :instance,
   notify_email: "noreply@example.com",
   description: "Pleroma: An efficient and flexible fediverse server",
   background_image: "/images/city.jpg",
+  instance_thumbnail: "/instance/thumbnail.jpeg",
   limit: 5_000,
   chat_limit: 5_000,
   remote_limit: 100_000,