mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 21:43:48 -05:00
Merge branch 'consumeErrors' of github.com:matrix-org/synapse into develop
This commit is contained in:
commit
fa6c93bd26
6 changed files with 12 additions and 10 deletions
|
|
@ -288,7 +288,7 @@ class RoomMemberStore(SQLBaseStore):
|
|||
|
||||
deferreds = [self.get_rooms_for_user(u) for u in user_id_list]
|
||||
|
||||
results = yield defer.DeferredList(deferreds)
|
||||
results = yield defer.DeferredList(deferreds, consumeErrors=True)
|
||||
|
||||
# A list of sets of strings giving room IDs for each user
|
||||
room_id_lists = [set([r.room_id for r in result[1]]) for result in results]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue