mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-07 08:32:40 -04:00
Comment
This commit is contained in:
parent
327425764e
commit
464ffd1b5e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue