diff options
| author | Semisol <hi@semisol.dev> | 2022-05-26 20:26:34 +0300 |
|---|---|---|
| committer | Semisol <hi@semisol.dev> | 2022-05-26 20:26:34 +0300 |
| commit | 3374869b3f447066ce8fae138be347788c8d8946 (patch) | |
| tree | 03c69bd75da5ae1cce22235b43b2015933928eb1 | |
| parent | a787093c528a6c2727d90b98d44ff0b17ee77c33 (diff) | |
nip15: fix draft artifact
| -rw-r--r-- | 15.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -8,7 +8,7 @@ End of Stored Events Notice | |||
| 8 | 8 | ||
| 9 | Relays may support notifying clients when all stored events have been sent. | 9 | Relays may support notifying clients when all stored events have been sent. |
| 10 | 10 | ||
| 11 | 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. | 11 | 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. |
| 12 | 12 | ||
| 13 | Example Subscription Filter | 13 | Example Subscription Filter |
| 14 | --------------------------- | 14 | --------------------------- |