upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/01.md
diff options
context:
space:
mode:
authorIoan Bizău <github@ibz.me>2024-01-23 18:36:38 +0200
committerfiatjaf_ <fiatjaf@gmail.com>2024-01-23 14:57:48 -0300
commit6dd003508567dd780f3d8da12f0f9a62449cb992 (patch)
treefecda3d55c2a84645e35afe0fc3b420bb71469d9 /01.md
parent363e4958cf10fc35f3168ca51374da06c0e5b2ee (diff)
#p refers to pubkeys, *not* "event pubkeys".
Diffstat (limited to '01.md')
-rw-r--r--01.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01.md b/01.md
index 46316ea..c1e3748 100644
--- a/01.md
+++ b/01.md
@@ -124,7 +124,7 @@ Clients can send 3 types of messages, which must be JSON arrays, according to th
124 "ids": <a list of event ids>, 124 "ids": <a list of event ids>,
125 "authors": <a list of lowercase pubkeys, the pubkey of an event must be one of these>, 125 "authors": <a list of lowercase pubkeys, the pubkey of an event must be one of these>,
126 "kinds": <a list of a kind numbers>, 126 "kinds": <a list of a kind numbers>,
127 "#<single-letter (a-zA-Z)>": <a list of tag values, for #e — a list of event ids, for #p — a list of event pubkeys etc>, 127 "#<single-letter (a-zA-Z)>": <a list of tag values, for #e — a list of event ids, for #p — a list of pubkeys, etc.>,
128 "since": <an integer unix timestamp in seconds, events must be newer than this to pass>, 128 "since": <an integer unix timestamp in seconds, events must be newer than this to pass>,
129 "until": <an integer unix timestamp in seconds, events must be older than this to pass>, 129 "until": <an integer unix timestamp in seconds, events must be older than this to pass>,
130 "limit": <maximum number of events relays SHOULD return in the initial query> 130 "limit": <maximum number of events relays SHOULD return in the initial query>