From 36cbdead6208b1eb1aba4294d21b929911ab10c1 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 19 Aug 2024 15:07:52 -0400 Subject: [PATCH] adds line breaks --- 20.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/20.md b/20.md index f1048706..46ceea60 100644 --- a/20.md +++ b/20.md @@ -16,25 +16,25 @@ Where `limit_properties` includes properties that are specifically designed to c - `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. - +

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

- `min_pow_difficulty: `: Clients MUST filter publishing events if they don't have at least this PoW bit difficulty. - +

- `max_message_length: `, Clients MUST filter publishing events and crop/chunk `REQ` filters by this length. - `max_subscriptions: `, Clients MUST reduce the number of subscriptions to this amount. - `max_filters: `, Clients MUST crop/chunk `REQ` filters by this amount. - `max_limit: `, Clients MUST clump each filter's `limit` value to this number and use `since` and `until` to get additional results. - `max_event_tags: `, Clients MUST filter publishing events by this `.tags` length. - `max_content_length: `, Clients MUST filter publishing events by this `.content` length. - +

- `created_at_lower_limit: `, Clients MUST filter publishing events whose `.created_at` is smaller than this number - `created_at_upper_limit: `, Clients MUST filter publishing events whose `.created_at` is bigger than this number - -- `filter_rate_limit: `: Clients MUST debounce filter changes after by this amount in milliseconds. +

+- `filter_rate_limit: `: Clients MUST debounce filter changes after this amount in milliseconds. - `publishing_rate_limit: `: Clients MUST debounce publishing events by this amount in milliseconds. - +

- `required_tags: [ [ , ], [ , ] ]`, Clients MUST filter publishing events that don't include all listed tag names and values. -This payload SHOULD be cached in the Client's Relay connection object and updated as many times as the relay requests. Clients should use the information here to apply filters when sending events and `REQs` to the relay. \ No newline at end of file +This payload SHOULD be cached in the Client's Relay connection object and updated as many times as the relay requests. Clients should use the information here to apply filters when sending events and `REQs` to the relay.