This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Description
Description
matrix-org/matrix-spec-proposals#2174 describes:
For backwards-compatibility with older clients, servers should add a redacts property to the top level of m.room.redaction events in newer room versions when serving such events over the Client-Server API.
Empirically, Synapse is not doing this:

Events sent over /sync (and possibly /messages) are lacking the top level field.
Steps to reproduce
Create an MSC2174/MSC3820 room and redact a message.
Homeserver
t2l.io
Synapse Version
N/A
Installation Method
pip (from PyPI)
Database
PostgreSQL
Workers
Multiple workers
Platform
N/A
Configuration
No response
Relevant log output
Anything else that would be useful to know?
No response