summary refs log tree commit diff
path: root/synapse/federation/sender
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-05-21 12:56:27 +0100
committerRichard van der Hoff <richard@matrix.org>2020-05-21 13:25:41 +0100
commit075375bbc97f16c5750c446534342b3a63d9be5a (patch)
tree3789fa46a7f7fe0e907b9e6089e72d89ced2de7e /synapse/federation/sender
parentFix bug in persist events when dealing with non member types. (#7548) (diff)
downloadsynapse-075375bbc97f16c5750c446534342b3a63d9be5a.tar.xz
add a comment
Diffstat (limited to 'synapse/federation/sender')
-rw-r--r--synapse/federation/sender/per_destination_queue.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/federation/sender/per_destination_queue.py b/synapse/federation/sender/per_destination_queue.py
index 276a2b596f..4e698981a4 100644
--- a/synapse/federation/sender/per_destination_queue.py
+++ b/synapse/federation/sender/per_destination_queue.py
@@ -80,6 +80,9 @@ class PerDestinationQueue(object):
 
         # a list of tuples of (pending pdu, order)
         self._pending_pdus = []  # type: List[Tuple[EventBase, int]]
+
+        # XXX this is never actually used: see
+        # https://github.com/matrix-org/synapse/issues/7549
         self._pending_edus = []  # type: List[Edu]
 
         # Pending EDUs by their "key". Keyed EDUs are EDUs that get clobbered