From bdfc9693c03e7a103983a1ca9d2bfd373ff1a98b Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 6 Aug 2024 14:45:34 +0200 Subject: [PATCH] docs: :memo: Add information about shared inboxes to User --- app/entities/users/page.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/entities/users/page.mdx b/app/entities/users/page.mdx index 59243a8..4cd24f3 100644 --- a/app/entities/users/page.mdx +++ b/app/entities/users/page.mdx @@ -90,6 +90,8 @@ Instance **must** be the host of the instance the user is on (hostname with opti The user's federation inbox. Refer to the [federation documentation](/federation). + + Some instances may have a shared inbox, in which case that should be used instead. Refer to [Server Metadata](/entities/server-metadata) for more information. The user's federation outbox. Refer to the [federation documentation](/federation).