nip15: fix draft artifact

This commit is contained in:
Semisol 2022-05-26 20:26:34 +03:00
parent a787093c52
commit 3374869b3f
No known key found for this signature in database
GPG Key ID: D5D485E3231A5764

2
15.md
View File

@ -8,7 +8,7 @@ End of Stored Events Notice
Relays may support notifying clients when all stored events have been sent.
If 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.
If 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.
Example Subscription Filter
---------------------------