This commit is contained in:
parent
726e469e23
commit
3281b194e4
|
@ -89,6 +89,7 @@ export async function getInstance(response: Entity.Instance) {
|
|||
discoverable: false,
|
||||
group: false,
|
||||
created_at: Math.floor(new Date().getTime() / 1000),
|
||||
createdAt: Math.floor(new Date().getTime() / 1000),
|
||||
note: "Please refer to the original instance for the actual admin contact.",
|
||||
url: "/",
|
||||
avatar: "/static-assets/badges/info.png",
|
||||
|
|
Loading…
Reference in New Issue