mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-04 23:27:09 +01:00
Update docs/federation/posts.md
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
879470bf41
commit
90ad13c564
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ In the `interactionPolicy` object:
|
|||
|
||||
And:
|
||||
|
||||
- `always` is an array of ActivityPub URIs/IDs of `Actor`s or `Collection`s of `Actor`s who are permitted to create + distribute an interaction without necessarily having to wait for an `Accept` from the interactee's server (more on this below).
|
||||
- `always` is an array of ActivityPub URIs/IDs of `Actor`s or `Collection`s of `Actor`s who are permitted to create + distribute an interaction without manual approval from the interacted-with user.
|
||||
- `approvalRequired` is an array of ActivityPub URIs/IDs of `Actor`s or `Collection`s of `Actor`s who are permitted create + distribute an interaction, but **should wait for** an `Accept` before distributing an interaction.
|
||||
|
||||
Valid URI entries in `always` and `approvalRequired` include:
|
||||
|
|
Loading…
Reference in a new issue