summary refs log tree commit diff
path: root/synapse/federation/units.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/federation/units.py')
-rw-r--r--synapse/federation/units.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/federation/units.py b/synapse/federation/units.py

index d278475d9a..bfd07e6615 100644 --- a/synapse/federation/units.py +++ b/synapse/federation/units.py
@@ -132,6 +132,8 @@ def _mangle_pdu(pdu_json): pdu_json["auth_events"] = list(_strip_hashes(pdu_json["auth_events"])) pdu_json["prev_events"] = list(_strip_hashes(pdu_json["prev_events"])) + logger.info("Mangled PDU: %s", pdu_json) + return pdu_json