mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-07-29 16:28:29 -04:00
remove "alt" from event templates for brevity.
This commit is contained in:
4
29.md
4
29.md
@@ -95,8 +95,7 @@ Any user can send one of these events to the relay in order to be automatically
|
||||
"kind": 9021,
|
||||
"content": "optional reason",
|
||||
"tags": [
|
||||
["h", "<group-id>"],
|
||||
["alt", "optional action description"]
|
||||
["h", "<group-id>"]
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -111,7 +110,6 @@ Clients can send these events to a relay in order to accomplish a moderation act
|
||||
"content": "optional reason",
|
||||
"tags": [
|
||||
["h", "<group-id>"],
|
||||
["alt", "optional action description"],
|
||||
["previous", ...]
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user