provide instance thumbnail at /api/v1/instance
[akkoma] / lib / pleroma / web / mastodon_api / mastodon_api_controller.ex
index 0615ac11a0ec26080f7396f3842d2352d6d64375..ce30453cb57de21994bdd25a9b83cc2b89858771 100644 (file)
@@ -103,6 +103,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
         streaming_api: String.replace(Web.base_url, ["http","https"], "wss")
       },
       stats: Stats.get_stats,
+      thumbnail: Web.base_url <> "/static/instance-thumbnail.jpeg",
       max_toot_chars: Keyword.get(@instance, :limit)
     }