diff options
| author | Thebora Kompanioni <theborakompanioni@users.noreply.github.com> | 2024-02-08 00:03:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-08 00:03:32 +0100 |
| commit | a46338bd6a183f17a292ea578ee69ff15ea6723f (patch) | |
| tree | 3dd0e5306de1faa0ba19ec3cedcfab166539122e | |
| parent | d3dad114e60cb45bb04f2088a68ebd16cf6837df (diff) | |
fix(docs): typo in 01.md
| -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. |