From 8d316f0060ac1db90dabbd5019b35eb8a4941eab Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 27 Nov 2018 11:22:49 +0000 Subject: Reduce event ID size --- synapse/federation/units.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'synapse/federation/units.py') 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 -- cgit 1.5.1