mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
add a comment
This commit is contained in:
parent
f6f92845f8
commit
075375bbc9
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ class PerDestinationQueue(object):
|
||||||
|
|
||||||
# a list of tuples of (pending pdu, order)
|
# a list of tuples of (pending pdu, order)
|
||||||
self._pending_pdus = [] # type: List[Tuple[EventBase, int]]
|
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]
|
self._pending_edus = [] # type: List[Edu]
|
||||||
|
|
||||||
# Pending EDUs by their "key". Keyed EDUs are EDUs that get clobbered
|
# Pending EDUs by their "key". Keyed EDUs are EDUs that get clobbered
|
||||||
|
|
Loading…
Reference in a new issue