mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 09:48:41 -04:00
Quick fix to ensure cache descriptors always return deferreds
This commit is contained in:
parent
bcfc647e4d
commit
d0d8a22c13
4 changed files with 6 additions and 6 deletions
|
@ -720,7 +720,7 @@ class RoomMemberWorkerStore(EventsWorkerStore):
|
|||
# See bulk_get_push_rules_for_room for how we work around this.
|
||||
assert state_group is not None
|
||||
|
||||
cache = self._get_joined_hosts_cache(room_id)
|
||||
cache = yield self._get_joined_hosts_cache(room_id)
|
||||
joined_hosts = yield cache.get_destinations(state_entry)
|
||||
|
||||
return joined_hosts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue