MatrixSynapse/synapse/api
Patrick Cloke 2503126d52
Implement MSC2174: move redacts to a content property. (#15395)
This moves `redacts` from being a top-level property to
a `content` property in a new room version.

MSC2176 (which was previously implemented) states to not
`redact` this property.
2023-04-13 13:47:07 +00:00
..
__init__.py
auth.py
auth_blocking.py
constants.py Implement MSC2175: remove the creator field from create events. (#15394) 2023-04-06 16:26:28 -04:00
errors.py
filtering.py
presence.py
ratelimiting.py
room_versions.py Implement MSC2174: move redacts to a content property. (#15395) 2023-04-13 13:47:07 +00:00
urls.py