upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSemisol <hi@semisol.dev>2022-05-26 20:26:34 +0300
committerSemisol <hi@semisol.dev>2022-05-26 20:26:34 +0300
commit3374869b3f447066ce8fae138be347788c8d8946 (patch)
tree03c69bd75da5ae1cce22235b43b2015933928eb1
parenta787093c528a6c2727d90b98d44ff0b17ee77c33 (diff)
nip15: fix draft artifact
-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---------------------------