docs-matrix-spec/changelogs/room_versions/newsfragments/3522.clarification
Richard van der Hoff dce06f6dc2
Remove C-S unsigned data from PDU definitions (#3522)
Remove a bunch of fields from the `unsigned` property of PDUs. These things
shouldn't be passed over the Federation API, and they *really* shouldn't be
trusted if they are sent by another server.

 * `replaces_state` *is* returned by Synapse, but probably shouldn't
   be.
 * `redacted_because`, `prev_sender` and `prev_content` are not sent by Synapse.
2021-11-24 12:31:14 +00:00

1 line
112 B
Text

Remove a number of fields which were incorrectly shown to form part of the `unsigned` data of a Federation PDU.