From eb83f52f9b66662eef3432238bc435b0388bdc47 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 7 Aug 2026 13:27:48 +0300 Subject: [PATCH] Document msc4525 in the admin experimental-features API --- docs/admin_api/experimental_features.md | 1 + .../{test_paginated_sync.py => test_msc4525_paginated_sync.py} | 0 2 files changed, 1 insertion(+) rename tests/rest/client/sliding_sync/{test_paginated_sync.py => test_msc4525_paginated_sync.py} (100%) diff --git a/docs/admin_api/experimental_features.md b/docs/admin_api/experimental_features.md index e32728e56d..f08a87f190 100644 --- a/docs/admin_api/experimental_features.md +++ b/docs/admin_api/experimental_features.md @@ -6,6 +6,7 @@ basis. The currently supported features are: for another client - [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575): enable experimental sliding sync support - [MSC4222](https://github.com/matrix-org/matrix-spec-proposals/pull/4222): adding `state_after` to sync v2 +- [MSC4525](https://github.com/matrix-org/matrix-spec-proposals/pull/4525): enable experimental paginated sync support To use it, you will need to authenticate by providing an `access_token` for a server admin: see [Admin API](../usage/administration/admin_api/). diff --git a/tests/rest/client/sliding_sync/test_paginated_sync.py b/tests/rest/client/sliding_sync/test_msc4525_paginated_sync.py similarity index 100% rename from tests/rest/client/sliding_sync/test_paginated_sync.py rename to tests/rest/client/sliding_sync/test_msc4525_paginated_sync.py