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