From ba0f83d5ff61f1a815916914757a5a82040eeb80 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 19 Aug 2024 15:38:15 -0400 Subject: [PATCH] Fixes conditionals in can_read --- 20.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20.md b/20.md index 46ceea60..06e1c420 100644 --- a/20.md +++ b/20.md @@ -15,7 +15,7 @@ Upon connection, and at any point during the connection, the Relay can send a `L Where `limit_properties` includes properties that are specifically designed to change the way Clients communicate. Options are: - `can_write: `, If false, Clients MUST NOT publish events to the relay. -- `can_read: `, If true, Clients MUST NOT send `REQ` commands to the relay. +- `can_read: `, If false, Clients MUST NOT send `REQ` commands to the relay.

- `accepted_event_kinds: [, , ...]`, Clients MUST filter publishing events by these types. - `blocked_event_kinds: [, , ...]`, Clients MUST remove these types from publishing actions.