mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(federation): ✨ Implement Shared Inboxes
This commit is contained in:
parent
756f67c0f3
commit
eb466a0cc7
3 changed files with 78 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ export default apiRoute((app) =>
|
|||
},
|
||||
banner: urlToContentFormat(config.instance.banner),
|
||||
logo: urlToContentFormat(config.instance.logo),
|
||||
shared_inbox: new URL(
|
||||
"/inbox",
|
||||
config.http.base_url,
|
||||
).toString(),
|
||||
created_at: new Date(
|
||||
firstUser?.data.createdAt ?? 0,
|
||||
).toISOString(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue