Skip to content
Snippets Groups Projects
Commit e47f60c0 authored by Hakaba Hitoyo's avatar Hakaba Hitoyo
Browse files

provide instance thumbnail at /api/v1/instance (debug)

parent 10753178
Branches
Tags
No related merge requests found
......@@ -103,7 +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",
thumbnail: Web.base_url <> "/instance/thumbnail.jpeg",
max_toot_chars: Keyword.get(@instance, :limit)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment