synapse-product/synapse/api
Travis Ralston dd51828120
Create MSC1767 (extensible events) room version; Implement MSC3932 (#14521)
* Add MSC1767's dedicated room version, based on v10

* Only enable MSC1767 room version if the config flag is on

Using a similar technique to knocking:
https://github.com/matrix-org/synapse/pull/6739/files#diff-3af529eedb0e00279bafb7369370c9654b37792af8eafa0925400e9281d57f0a

* Support MSC3932: Extensible events room version feature flag

* Changelog entry
2022-11-28 17:22:34 -07:00
..
__init__.py
auth_blocking.py
auth.py
constants.py Implement MSC3912: Relation-based redactions (#14260) 2022-11-03 16:21:31 +00:00
errors.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
filtering.py Do not reject /sync requests with unrecognised filter fields (#14369) 2022-11-07 13:49:31 +00:00
presence.py
ratelimiting.py
room_versions.py Create MSC1767 (extensible events) room version; Implement MSC3932 (#14521) 2022-11-28 17:22:34 -07:00
urls.py