summary refs log tree commit diff
path: root/docs/admin_api/experimental_features.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add experimental support for MSC4222 (#17888)Erik Johnston2024-11-051-0/+1
| | | | | | | | | | | Basically, if the client sets a special query param on `/sync` v2 instead of responding with `state` at the *start* of the timeline, we instead respond with `state_after` at the *end* of the timeline. We do this by using the `current_state_delta_stream` table, which is actually reliable, rather than messing around with "state at" points on the timeline. c.f. MSC4222
* Allow enabling sliding sync per-user (#17393)Erik Johnston2024-07-051-0/+1
| | | Based on #17392
* Finish up work to allow per-user feature flags (#17392)Erik Johnston2024-07-051-11/+6
| | | | | | | Follows on from @H-Shay's great work at https://github.com/matrix-org/synapse/pull/15344 and MSC4026. Also enables its use for MSC3881, mainly as an easy but concrete example of how to use it.
* Remove references to supporting per-user flag for msc2654 (#15522)Shay2023-05-021-6/+7
|
* Add an admin API endpoint to support per-user feature flags (#15344)Shay2023-04-281-0/+54