nip01: add until
to request filter
fixes https://github.com/fiatjaf/nostr/issues/39.
This commit is contained in:
parent
04c6310ee7
commit
d8283b59ee
@ -66,6 +66,7 @@ Clients can send 3 types of messages, which must be JSON arrays, according to th
|
||||
"#e": <an event id that is referenced in an "e" tag>,
|
||||
"#p": <a pubkey that is referenced in a "p" tag>,
|
||||
"since": <a timestamp, events must be newer than this to pass>,
|
||||
"until": <a timestamp, events must be older than this to pass>,
|
||||
"authors": <a list of pubkeys, the pubkey of an event must be one of these>
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user