mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-11 21:04:19 -05:00
add a comment
This commit is contained in:
parent
f6f92845f8
commit
075375bbc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user