diff --git a/proposals/4140-delayed-events-futures.md b/proposals/4140-delayed-events-futures.md index e4eb7284c..cdcb6f9a0 100644 --- a/proposals/4140-delayed-events-futures.md +++ b/proposals/4140-delayed-events-futures.md @@ -109,7 +109,7 @@ endpoints. The new query parameter is used to configure the event scheduling: -- `delay` - Optional number of milliseconds the homeserver should wait before sending the event. If no `delay` is provided, +- `delay` - Optional number of positive non-zero milliseconds the homeserver should wait before sending the event. If no `delay` is provided, the event is sent immediately as normal. The body of the request is the same as it is currently.