diff options
author | Travis Ralston <travpc@gmail.com> | 2018-07-30 16:24:02 -0600 |
---|---|---|
committer | Travis Ralston <travpc@gmail.com> | 2018-07-30 16:28:47 -0600 |
commit | e908b8683248328dd92479fc81be350336b9c8f4 (patch) | |
tree | cc5457c24bff92c33d90411d11ff83f07f74d037 /synapse/federation/units.py | |
parent | make /context lazyload & filter aware (#3567) (diff) | |
download | synapse-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.py | 1 |
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 = [ |