mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Comment
This commit is contained in:
parent
c7ddb5ef7a
commit
1745069543
@ -77,12 +77,11 @@ 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
|
|
||||||
|
|
||||||
# Map of user_id -> UserPresenceState for all the pending presence
|
# Map of user_id -> UserPresenceState for all the pending presence
|
||||||
# to be sent out by user_id. Entries here get processed and put in
|
# to be sent out by user_id. Entries here get processed and put in
|
||||||
# pending_presence_by_dest
|
# pending_presence_by_dest
|
||||||
self.pending_presence = {}
|
self.pending_presence = {}
|
||||||
|
|
||||||
# Map of destination -> user_id -> UserPresenceState of pending presence
|
# Map of destination -> user_id -> UserPresenceState of pending presence
|
||||||
# to be sent to each destinations
|
# to be sent to each destinations
|
||||||
self.pending_presence_by_dest = presence = {}
|
self.pending_presence_by_dest = presence = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user