0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-04 18:28:48 +02:00
synapse/synapse/events
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 Implement MSC2174: move redacts to a content property. (#15395) 2023-04-13 13:47:07 +00:00
builder.py Implement MSC2174: move redacts to a content property. (#15395) 2023-04-13 13:47:07 +00:00
presence_router.py Implement cancellation support/protection for module callbacks (#12568) 2022-05-09 12:31:14 +01:00
snapshot.py Use immutabledict instead of frozendict (#15113) 2023-03-22 17:15:34 +00:00
spamcheck.py Refactor media modules. (#15146) 2023-02-27 08:26:05 -05:00
third_party_rules.py Fix missing conditional for registering on_remove_user_third_party_identifier module api callbacks (#15227 2023-03-10 10:35:18 +00:00
utils.py Implement MSC3989 to redact the origin field. (#15393) 2023-04-05 14:42:46 -04:00
validator.py Reject mentions on the C-S API which are invalid. (#15311) 2023-03-24 08:31:14 -04:00