Bentheburrito / radio_beam

A WIP Matrix homeserver, powered by the BEAM
GNU Affero General Public License v3.0
1 stars 0 forks source link

7.9 Redactions #4

Open Bentheburrito opened 2 months ago

Bentheburrito commented 2 months ago

https://spec.matrix.org/latest/client-server-api/#redactions

Bentheburrito commented 1 month ago

Note from 7.10:

When a parent event is redacted, the child events which pointed to that parent remain, however when a child event is redacted then the relationship is broken. Therefore, the server needs to de-aggregate or disassociate the event once the relationship is lost.

Should set parent_id = nil upon redaction