Skip to content
Snippets Groups Projects
Commit a060dfa1 authored by Erik Johnston's avatar Erik Johnston
Browse files

Use run_in_background instead

parent 1246d237
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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