docs: 📝 Add information about shared inboxes to User

This commit is contained in:
Jesse Wierzbinski 2024-08-06 14:45:34 +02:00
parent 5f2f11f4aa
commit bdfc9693c0
No known key found for this signature in database

View file

@ -90,6 +90,8 @@ Instance **must** be the host of the instance the user is on (hostname with opti
</Property>
<Property name="inbox" type="URI" required={true} typeLink="/types#uri">
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.
</Property>
<Property name="collections.outbox" type="URI" required={true} typeLink="/types#uri">
The user's federation outbox. Refer to the [federation documentation](/federation).