mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-08 00:07:55 -05:00
Comment
This commit is contained in:
parent
327425764e
commit
464ffd1b5e
@ -70,6 +70,7 @@ class TransactionQueue(object):
|
|||||||
# destination -> list of tuple(edu, deferred)
|
# destination -> list of tuple(edu, deferred)
|
||||||
self.pending_edus_by_dest = edus = {}
|
self.pending_edus_by_dest = edus = {}
|
||||||
|
|
||||||
|
# Presence needs to be separate as we send single aggragate EDUs
|
||||||
self.pending_presence_by_dest = presence = {}
|
self.pending_presence_by_dest = presence = {}
|
||||||
self.pending_edus_keyed_by_dest = edus_keyed = {}
|
self.pending_edus_keyed_by_dest = edus_keyed = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user