diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-02-13 20:05:28 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-02-13 20:54:34 +0000 |
commit | 4ec2df6dda372c17127ee86f1c239bde418253ca (patch) | |
tree | 7cfd0e9b83ff95b87ccc989e451b1dd7aeb4bc81 | |
parent | Fix fetching media when using proxy (diff) | |
download | synapse-4ec2df6dda372c17127ee86f1c239bde418253ca.tar.xz |
Fix unnoticed merge conflict
-rw-r--r-- | synapse/federation/transaction_queue.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/synapse/federation/transaction_queue.py b/synapse/federation/transaction_queue.py index 2f70a148e9..dab4a7c8c4 100644 --- a/synapse/federation/transaction_queue.py +++ b/synapse/federation/transaction_queue.py @@ -14,13 +14,7 @@ # limitations under the License. import datetime import logging -<<<<<<< HEAD -======= -import random -import json -import opentracing import string ->>>>>>> 46aae2456... Reduce size of fed transaction IDs from six import itervalues @@ -430,15 +424,6 @@ class TransactionQueue(object): pending_pdus = [] while True: -<<<<<<< HEAD -======= - txn_id = _encode_id(self._next_txn_id) - self._next_txn_id += 1 - - for s in pdu_spans.values(): - s.set_tag("txn-id", txn_id) - ->>>>>>> 46aae2456... Reduce size of fed transaction IDs device_message_edus, device_stream_id, dev_list_id = ( yield self._get_new_device_messages(destination) ) |