summary refs log tree commit diff
path: root/tests/rest/client/test_reporting.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support & use stable endpoints for MSC4151 (#17374)Travis Ralston2024-10-311-29/+2
| | | | | | | | | | | https://github.com/matrix-org/matrix-spec-proposals/pull/4151 has finished FCP. See https://github.com/element-hq/synapse/issues/17373 for unstable endpoint removal --------- Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
* Add report room API (MSC4151) (#17270)Travis Ralston2024-06-121-0/+230
https://github.com/matrix-org/matrix-spec-proposals/pull/4151 This is intended to be enabled by default for immediate use. When FCP is complete, the unstable endpoint will be dropped and stable endpoint supported instead - no backwards compatibility is expected for the unstable endpoint.