mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-23 12:29:30 -05:00
Use run_in_background instead
This commit is contained in:
parent
1246d23710
commit
a060dfa132
@ -227,7 +227,7 @@ class TransactionQueue(object):
|
||||
|
||||
yield logcontext.make_deferred_yieldable(defer.gatherResults(
|
||||
[
|
||||
logcontext.preserve_fn(handle_room_events)(evs)
|
||||
logcontext.run_in_background(handle_room_events, evs)
|
||||
for evs in events_by_room.itervalues()
|
||||
],
|
||||
consumeErrors=True
|
||||
|
Loading…
Reference in New Issue
Block a user