diff options
author | Damir Manapov <tebuchet@gmail.com> | 2018-05-10 22:13:31 +0300 |
---|---|---|
committer | Damir Manapov <tebuchet@gmail.com> | 2018-05-10 22:13:31 +0300 |
commit | db18d854cd8e197cb3d77441b2a7ebd6f81beb81 (patch) | |
tree | 62cf40a965fabd5f30b725ee66e4d7df918ae3ee /synapse/federation | |
parent | missing word :| (diff) | |
download | synapse-db18d854cd8e197cb3d77441b2a7ebd6f81beb81.tar.xz |
transaction_id, destination twice
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/units.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/federation/units.py b/synapse/federation/units.py index 3f645acc43..01c5b8fe17 100644 --- a/synapse/federation/units.py +++ b/synapse/federation/units.py @@ -74,8 +74,6 @@ class Transaction(JsonEncodedObject): "previous_ids", "pdus", "edus", - "transaction_id", - "destination", "pdu_failures", ] |