Whoops, included another nip, deleted

This commit is contained in:
benarc 2024-05-31 16:04:40 +01:00
parent dee684f62e
commit 08a266cb3c
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
NIP-121
======
Unicast event `"tags": "r"`
-------------------------------
`draft` `mandatory` `author:benarc`
`route` list of relays as a new tag `"r"`, to help create a unicast route for an events.
```json
{
"tags": [
["r", "<csv of relay IDs>"]
]
}
```
A client receives an event with tag `"r"`, if the client received the event from a relay in the list and it has a connection with the next relay in the list, the client will pass the event to that relay.