diff --git a/22.md b/22.md index 9fcf35cb..e973c09f 100644 --- a/22.md +++ b/22.md @@ -29,8 +29,8 @@ Where `limit_properties` includes properties that are specifically designed to c - `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_msecs_ago: `, Clients MUST filter publishing events whose `.created_at` is > than now - this number -- `created_at_msecs_ahead: `, Clients MUST filter publishing events whose `.created_at` is < than now + this number +- `created_at_msecs_ago: `, Clients MUST only send events whose `.created_at` is > than now - this number +- `created_at_msecs_ahead: `, Clients MUST only send events whose `.created_at` is < than now + this number

- `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.