upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--15.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/15.md b/15.md
index 9c7c341..3ae1ef7 100644
--- a/15.md
+++ b/15.md
@@ -8,7 +8,7 @@ End of Stored Events Notice
8 8
9Relays may support notifying clients when all stored events have been sent. 9Relays may support notifying clients when all stored events have been sent.
10 10
11If a client sets `eose_notice` field to `true` in any of the filters in a `REQ` message and the relay supports this NIP, the relay MUST send the client a `EOSE` message in the format `["EN", <subscription_id>]` which indicates that all stored events matching the filters specified have been sent and all events from on are newly published events. 11If a client sets `eose_notice` field to `true` in any of the filters in a `REQ` message and the relay supports this NIP, the relay MUST send the client a `EOSE` message in the format `["EOSE", <subscription_id>]` which indicates that all stored events matching the filters specified have been sent and all events from on are newly published events.
12 12
13Example Subscription Filter 13Example Subscription Filter
14--------------------------- 14---------------------------