From 287b32b531ebc43c853cfd8ed813b6eaf357624b Mon Sep 17 00:00:00 2001 From: "k." Date: Fri, 3 Jan 2025 14:59:39 +0000 Subject: [PATCH] Update buds/01.md Co-authored-by: hzrd149 <8001706+hzrd149@users.noreply.github.com> --- buds/01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buds/01.md b/buds/01.md index 13b2bd3..41466bb 100644 --- a/buds/01.md +++ b/buds/01.md @@ -26,7 +26,7 @@ Authorization events are used to identify the users to the server Authorization events must be generic and must NOT be scoped to specific servers. This allows pubkeys to sign a single event and interact the same way with multiple servers. -Events MUST be kind `24242` and have a `t` tag with a verb of `get`, `upload`, `list`, `report`, or `delete` +Events MUST be kind `24242` and have a `t` tag with a verb of `get`, `upload`, `list`, or `delete` Events MUST have the `content` set to a human readable string explaining to the user what the events inteded use is. For example `Upload Blob`, `Delete dog-picture.png`, `List Images`, etc