From 2f536614e82c936752e1d421425d5c111703d28c Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Wed, 24 Sep 2025 09:07:14 -0400 Subject: [PATCH] Constrain delay value to >0ms Co-authored-by: Travis Ralston --- proposals/4140-delayed-events-futures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.