mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-14 07:49:07 -05:00
consistency
This commit is contained in:
parent
6231cbc063
commit
f0d0fb4640
4
01.md
4
01.md
|
@ -117,8 +117,8 @@ To open, update, and close subscriptions, Clients MUST use the following formats
|
|||
```json
|
||||
{
|
||||
"ids": [<id1>, <id2>, ...],
|
||||
"authors": [pubkey1, pubkey2, ...],
|
||||
"kinds": [kind1, kind2, ...],
|
||||
"authors": [<pubkey1>, <pubkey2>, ...],
|
||||
"kinds": [<kind1>, <kind2>, ...],
|
||||
"#<single-letter-tag-key (a-zA-Z)>": [tag value1, tag value2, ...],
|
||||
"since": <an integer unix timestamp in seconds, events must be newer than this to pass>,
|
||||
"until": <an integer unix timestamp in seconds, events must be older than this to pass>,
|
||||
|
|
Loading…
Reference in New Issue
Block a user