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.pull/977/head
parent
9654bf19b3
commit
dce06f6dc2
@ -0,0 +1 @@
|
||||
Remove a number of fields which were incorrectly shown to form part of the `unsigned` data of a Federation PDU.
|
Loading…
Reference in New Issue