Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix room list spidering
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Jun 1, 2016
1 parent 00c487a commit e0deeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def fetch_all_remote_lists(self):
self.hs.config.secondary_directory_servers
)
self.remote_list_request_cache.set((), deferred)
yield deferred
self.remote_list_cache = yield deferred

@defer.inlineCallbacks
def get_aggregated_public_room_list(self):
Expand Down

0 comments on commit e0deeff

Please sign in to comment.