mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Don't spec a specific number for the limit
Signed-off-by: Stuart Mumford <stuart@cadair.com>
This commit is contained in:
parent
c35df15bdd
commit
34a5ad8d70
|
|
@ -14,7 +14,11 @@
|
||||||
title: EventFilter
|
title: EventFilter
|
||||||
properties:
|
properties:
|
||||||
limit:
|
limit:
|
||||||
description: The maximum number of events to return. If not specified defaults to 10.
|
description: |
|
||||||
|
The maximum number of events to return, must be an integer greater than 0.
|
||||||
|
|
||||||
|
Servers should apply a default value, and impose a maximum value to avoid
|
||||||
|
resource exhaustion.
|
||||||
type: integer
|
type: integer
|
||||||
not_senders:
|
not_senders:
|
||||||
description: A list of sender IDs to exclude. If this list is absent then no senders
|
description: A list of sender IDs to exclude. If this list is absent then no senders
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue