mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-02-07 13:59:04 +00:00
Fixes conditionals in can_read
This commit is contained in:
parent
36cbdead62
commit
ba0f83d5ff
2
20.md
2
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: <true|false>`, If false, Clients MUST NOT publish events to the relay.
|
||||
- `can_read: <true|false>`, If true, Clients MUST NOT send `REQ` commands to the relay.
|
||||
- `can_read: <true|false>`, If false, Clients MUST NOT send `REQ` commands to the relay.
|
||||
<br/><br/>
|
||||
- `accepted_event_kinds: [<unsigned int>, <unsigned int>, ...]`, Clients MUST filter publishing events by these types.
|
||||
- `blocked_event_kinds: [<unsigned int>, <unsigned int>, ...]`, Clients MUST remove these types from publishing actions.
|
||||
|
Loading…
Reference in New Issue
Block a user