0-indexed

erikj/sss
Erik Johnston 2 months ago
parent 2d2890d18f
commit b405735f1b

@ -243,7 +243,7 @@ The endpoint is a `POST` request with a JSON body to `/_matrix/client/unstable/o
| - | - | - | - | | - | - | - | - |
| `timeline_limit` | `int` | Yes | The maximum number of timeline events to return per response. The server may cap this number. | | `timeline_limit` | `int` | Yes | The maximum number of timeline events to return per response. The server may cap this number. |
| `required_state` | [RequiredStateRequest] | Yes | Required state for each room returned. | | `required_state` | [RequiredStateRequest] | Yes | Required state for each room returned. |
| `ranges` | `[[int, int]]` | No | Sliding window ranges. If this field is missing, no sliding window is used and all rooms are returned in this list. Integers are *inclusive*. (This is a list of 2-tuples.) | | `ranges` | `[[int, int]]` | No | Sliding window ranges. If this field is missing, no sliding window is used and all rooms are returned in this list. Integers are *inclusive*, and are 0-indexed. (This is a list of 2-tuples.) |
| `filters` | `RoomFilter` | No | Filters to apply to the list before sorting. | | `filters` | `RoomFilter` | No | Filters to apply to the list before sorting. |
### `RoomSubscription` ### `RoomSubscription`

Loading…
Cancel
Save