Remove line break

main
Bob Mottram 2022-06-28 09:29:32 +01:00
parent 5caf19240f
commit 6f3f8f0086
1 changed files with 1 additions and 2 deletions

View File

@ -912,8 +912,7 @@ Upon receipt of an `Add` activity into the **inbox**, the server *SHOULD* add th
* the `object` is not allowed to be added to the `target` collection for some other reason, at the receiver's discretion.
### 7.9 Remove Activity
Upon receipt of a `Remove` activity into the **inbox**, the server *SHOULD* remove the `object` from the collection specified in the
`target` property, unless:
Upon receipt of a `Remove` activity into the **inbox**, the server *SHOULD* remove the `object` from the collection specified in the `target` property, unless:
* the `target` is not owned by the receiving server, and thus they can't update it.
* the `object` is not allowed to be removed to the `target` collection for some other reason, at the receiver's discretion.