remove "alt" from event templates for brevity.

This commit is contained in:
fiatjaf 2024-01-18 11:55:50 -03:00
parent 1f92cd0313
commit a528587eaa

4
29.md
View File

@ -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", ...]
]
}