mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
docs: 📝 Add information about shared inboxes to User
This commit is contained in:
parent
5f2f11f4aa
commit
bdfc9693c0
|
|
@ -90,6 +90,8 @@ Instance **must** be the host of the instance the user is on (hostname with opti
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="inbox" type="URI" required={true} typeLink="/types#uri">
|
<Property name="inbox" type="URI" required={true} typeLink="/types#uri">
|
||||||
The user's federation inbox. Refer to the [federation documentation](/federation).
|
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>
|
||||||
<Property name="collections.outbox" type="URI" required={true} typeLink="/types#uri">
|
<Property name="collections.outbox" type="URI" required={true} typeLink="/types#uri">
|
||||||
The user's federation outbox. Refer to the [federation documentation](/federation).
|
The user's federation outbox. Refer to the [federation documentation](/federation).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue