mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-01-08 15:22:08 -05:00
optional: relay URL
This commit is contained in:
parent
43527184ff
commit
46306f4626
|
@ -15,6 +15,7 @@ Each reference to a previous events consists of
|
|||
|
||||
- the distance between this event and the previous event, as an integer number, greater-or-equal than 1
|
||||
- the ID of the previous event
|
||||
- optional: relay URL
|
||||
|
||||
The choice of distances is arbitrary.
|
||||
Some choices:
|
||||
|
@ -32,6 +33,7 @@ Some choices:
|
|||
"e_prev": [
|
||||
[<previous event distance>, <previous event ID>],
|
||||
[<previous event distance>, <previous event ID>],
|
||||
[<previous event distance>, <previous event ID>, <previous event relay URL>],
|
||||
...
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user