Skip to content

Commit

Permalink
clarify that multiple x tags are not a bulk delete
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Aug 27, 2024
1 parent 2de7c0d commit 632c0ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buds/02.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ Servers should perform additional checks on the authorization event
1. The `t` tag must be set to `delete`
2. MUST contain at least one `x` tag matching the sha256 hash of the blob being deleted

When multiple `x` tags are present on the authorization event the server MUST only delete the blob listed in the URL.

**Multiple `x` tags MUST NOT be interpreted as the user requesting a bulk delete.**

Example Authorization event:

```json
Expand Down

0 comments on commit 632c0ce

Please sign in to comment.