Constrain delay value to >0ms

Co-authored-by: Travis Ralston <travisr@matrix.org>
toger5/expiring-events-keep-alive
Andrew Ferrazzutti 2 months ago committed by GitHub
parent bf5df9b002
commit 2f536614e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -109,7 +109,7 @@ endpoints.
The new query parameter is used to configure the event scheduling: 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 event is sent immediately as normal.
The body of the request is the same as it is currently. The body of the request is the same as it is currently.

Loading…
Cancel
Save