mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Make presence use cached users/hosts in room
This commit is contained in:
parent
b8492b6c2f
commit
ec5c4499f4
2 changed files with 4 additions and 4 deletions
|
@ -285,7 +285,7 @@ class TransactionQueue(object):
|
|||
Args:
|
||||
states (list(UserPresenceState))
|
||||
"""
|
||||
hosts_and_states = yield get_interested_remotes(self.store, states)
|
||||
hosts_and_states = yield get_interested_remotes(self.store, states, self.state)
|
||||
|
||||
for destinations, states in hosts_and_states:
|
||||
for destination in destinations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue