Add relay hint to p tag

This commit is contained in:
arthurfranca 2024-09-18 11:23:04 -03:00
parent 04ecb70a02
commit e20788a625

2
73.md
View File

@ -57,7 +57,7 @@ Tags `K` and `k` MUST be present to define the event kind of the root and the pa
If the parent item is an event, a `p` tag set to the parent event's author SHOULD be added.
```json
["p", "<pubkey>"]
["p", "<pubkey>", "<relay-url>"]
```
## Examples