diff options
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -147,7 +147,7 @@ The `limit` property of a filter is only valid for the initial query and MUST be | |||
| 147 | 147 | ||
| 148 | ### From relay to client: sending events and notices | 148 | ### From relay to client: sending events and notices |
| 149 | 149 | ||
| 150 | Relays can send 4 types of messages, which must also be JSON arrays, according to the following patterns: | 150 | Relays can send 5 types of messages, which must also be JSON arrays, according to the following patterns: |
| 151 | 151 | ||
| 152 | * `["EVENT", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients. | 152 | * `["EVENT", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients. |
| 153 | * `["OK", <event_id>, <true|false>, <message>]`, used to indicate acceptance or denial of an `EVENT` message. | 153 | * `["OK", <event_id>, <true|false>, <message>]`, used to indicate acceptance or denial of an `EVENT` message. |