mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
remove "alt" from event templates for brevity.
This commit is contained in:
parent
1f92cd0313
commit
a528587eaa
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", ...]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user