summary refs log tree commit diff
path: root/synapse/federation/units.py
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-07-30 16:24:02 -0600
committerTravis Ralston <travpc@gmail.com>2018-07-30 16:28:47 -0600
commite908b8683248328dd92479fc81be350336b9c8f4 (patch)
treecc5457c24bff92c33d90411d11ff83f07f74d037 /synapse/federation/units.py
parentmake /context lazyload & filter aware (#3567) (diff)
downloadsynapse-e908b8683248328dd92479fc81be350336b9c8f4.tar.xz
Remove pdu_failures from transactions
The field is never read from, and all the opportunities given to populate it are not utilized. It should be very safe to remove this.
Diffstat (limited to 'synapse/federation/units.py')
-rw-r--r--synapse/federation/units.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/federation/units.py b/synapse/federation/units.py
index bb1b3b13f7..c5ab14314e 100644
--- a/synapse/federation/units.py
+++ b/synapse/federation/units.py
@@ -73,7 +73,6 @@ class Transaction(JsonEncodedObject):
         "previous_ids",
         "pdus",
         "edus",
-        "pdu_failures",
     ]
 
     internal_keys = [