optional: relay URL

This commit is contained in:
Milan Hauth 2023-05-29 15:46:27 +02:00
parent 43527184ff
commit 46306f4626

View File

@ -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 distance between this event and the previous event, as an integer number, greater-or-equal than 1
- the ID of the previous event - the ID of the previous event
- optional: relay URL
The choice of distances is arbitrary. The choice of distances is arbitrary.
Some choices: Some choices:
@ -32,6 +33,7 @@ Some choices:
"e_prev": [ "e_prev": [
[<previous event distance>, <previous event ID>], [<previous event distance>, <previous event ID>],
[<previous event distance>, <previous event ID>], [<previous event distance>, <previous event ID>],
[<previous event distance>, <previous event ID>, <previous event relay URL>],
... ...
] ]
} }