From b405735f1b469e2a2a359741a7cd8e1fe019157e Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 24 Sep 2025 14:16:00 +0100 Subject: [PATCH] 0-indexed --- proposals/4186-simplified-sliding-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4186-simplified-sliding-sync.md b/proposals/4186-simplified-sliding-sync.md index e18acb663..997279856 100644 --- a/proposals/4186-simplified-sliding-sync.md +++ b/proposals/4186-simplified-sliding-sync.md @@ -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. | | `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. | ### `RoomSubscription`