From 075375bbc97f16c5750c446534342b3a63d9be5a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 21 May 2020 12:56:27 +0100 Subject: [PATCH] add a comment --- synapse/federation/sender/per_destination_queue.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synapse/federation/sender/per_destination_queue.py b/synapse/federation/sender/per_destination_queue.py index 276a2b596..4e698981a 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