update thingy?

This commit is contained in:
CutestNekoAqua 2023-02-23 16:42:57 +01:00
parent 8dd610a6a1
commit 2c6368afc4

View file

@ -89,10 +89,10 @@ export async function getInstance(response: Entity.Instance) {
discoverable: false,
group: false,
created_at: new Date().toISOString(),
note: "Please refer to the original instance for the actual admin contact.",
url: "/",
avatar: "/static-assets/badges/info.png",
avatar_static: "/static-assets/badges/info.png",
note: "<p>Please refer to the original instance for the actual admin contact.</p>",
url: `${response.uri}/`,
avatar: `${response.uri}/static-assets/badges/info.png`,
avatar_static: `${response.uri}/static-assets/badges/info.png`,
header: "https://http.cat/404",
header_static: "https://http.cat/404",
followers_count: -1,