Remove some implementation details.

kegan/spaces-summary
Patrick Cloke 5 years ago
parent b379c42e88
commit 27f526cbd9

@ -86,11 +86,10 @@ Request params:
`m.space.child` event has `suggested: true`. Must be a boolean, defaults to `false`. `m.space.child` event has `suggested: true`. Must be a boolean, defaults to `false`.
* **`max_rooms_per_space`**: Optional: a client-defined limit to the maximum * **`max_rooms_per_space`**: Optional: a client-defined limit to the maximum
number of children to return per space. Doesn't apply to the root space (ie, number of children to return per space. Doesn't apply to the root space (ie,
the `room_id` in the request). the `room_id` in the request). Must be a non-negative integer.
Server implementations may also have an internal limit (recommended as 50) Server implementations should impose a maximum value to avoid resource
(which *does* apply to the root room); attempts to exceed this limit are exhaustion.
ignored. Must be a non-negative integer.
Response fields: Response fields:

Loading…
Cancel
Save