mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 15:09:07 -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,
|
"kind": 9021,
|
||||||
"content": "optional reason",
|
"content": "optional reason",
|
||||||
"tags": [
|
"tags": [
|
||||||
["h", "<group-id>"],
|
["h", "<group-id>"]
|
||||||
["alt", "optional action description"]
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -111,7 +110,6 @@ Clients can send these events to a relay in order to accomplish a moderation act
|
||||||
"content": "optional reason",
|
"content": "optional reason",
|
||||||
"tags": [
|
"tags": [
|
||||||
["h", "<group-id>"],
|
["h", "<group-id>"],
|
||||||
["alt", "optional action description"],
|
|
||||||
["previous", ...]
|
["previous", ...]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user