Skip to content
Snippets Groups Projects
Commit f8272813 authored by Erik Johnston's avatar Erik Johnston Committed by Richard van der Hoff
Browse files

Make _get_joined_hosts_cache cache non-iterable

parent ce0d9111
No related branches found
No related tags found
No related merge requests found
......@@ -455,7 +455,7 @@ class RoomMemberWorkerStore(EventsWorkerStore):
defer.returnValue(joined_hosts)
@cached(max_entries=10000, iterable=True)
@cached(max_entries=10000)
def _get_joined_hosts_cache(self, room_id):
return _JoinedHostsCache(self, room_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment