diff --git a/proposals/4186-simplified-sliding-sync.md b/proposals/4186-simplified-sliding-sync.md index 997279856..eb5cf3532 100644 --- a/proposals/4186-simplified-sliding-sync.md +++ b/proposals/4186-simplified-sliding-sync.md @@ -244,7 +244,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*, and are 0-indexed. (This is a list of 2-tuples.) | -| `filters` | `RoomFilter` | No | Filters to apply to the list before sorting. | +| `filters` | `SlidingRoomFilter` | No | Filters to apply to the list before sorting. | ### `RoomSubscription` @@ -325,7 +325,7 @@ An example that returns all the state except the create event: -### `RoomFilter` +### `SlidingRoomFilter` | Name | Type | Required | Comment | | - | - | - | - |