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:
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 8efb8ec..ae13824 100644
--- a/01.md
+++ b/01.md
@@ -86,7 +86,7 @@ The `limit` property of a filter is only valid for the initial query and can be
86 86
87### From relay to client: sending events and notices 87### From relay to client: sending events and notices
88 88
89Relays can send 2 types of messages, which must also be JSON arrays, according to the following patterns: 89Relays can send 3 types of messages, which must also be JSON arrays, according to the following patterns:
90 90
91 * `["EVENT", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients. 91 * `["EVENT", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients.
92 * `["EOSE", <subscription_id>]`, used to indicate the _end of stored events_ and the beginning of events newly received in real-time. 92 * `["EOSE", <subscription_id>]`, used to indicate the _end of stored events_ and the beginning of events newly received in real-time.