diff options
| author | Semisol <45574030+Semisol@users.noreply.github.com> | 2023-03-16 20:18:59 +0300 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-03-16 17:21:57 -0300 |
| commit | b24eb78e048fad09233527cf62c6adf3628ded0d (patch) | |
| tree | 6b98b76ff68f77db3bd2f668a8670a35cbfeea2c /01.md | |
| parent | 88009bea8509d004672551be7346a03c373491d0 (diff) | |
Revert 'add NOTICE optional subscription_id'
Reverts 88009bea8509d004672551be7346a03c373491d0
Diffstat (limited to '01.md')
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -89,7 +89,7 @@ The `limit` property of a filter is only valid for the initial query and can be | |||
| 89 | Relays can send 2 types of messages, which must also be JSON arrays, according to the following patterns: | 89 | Relays can send 2 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 | * `["NOTICE", <message>, <subscription_id>]`, used to send human-readable error messages or other things to clients. Relays might optionally send a `subscription_id` this notice was caused by. | 92 | * `["NOTICE", <message>]`, used to send human-readable error messages or other things to clients. |
| 93 | 93 | ||
| 94 | This NIP defines no rules for how `NOTICE` messages should be sent or treated. | 94 | This NIP defines no rules for how `NOTICE` messages should be sent or treated. |
| 95 | 95 | ||