summary refs log tree commit diff
path: root/synapse/storage/devices.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-07-26 14:55:57 +0100
committerGitHub <noreply@github.com>2018-07-26 14:55:57 +0100
commitef9d51b081e443772daa88865cf55355e957b57b (patch)
tree6ffc1e3336e59b71e4526c553d8031edf48dd871 /synapse/storage/devices.py
parentcomment on event_edges (diff)
parentFix some looping_call calls which were broken in #3604 (diff)
downloadsynapse-ef9d51b081e443772daa88865cf55355e957b57b.tar.xz
Merge pull request #3610 from matrix-org/rav/fix_looping_calls
Fix some looping_call calls which were broken in #3604
Diffstat (limited to 'synapse/storage/devices.py')
-rw-r--r--synapse/storage/devices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/devices.py b/synapse/storage/devices.py
index 52dccb1507..c0943ecf91 100644
--- a/synapse/storage/devices.py
+++ b/synapse/storage/devices.py
@@ -712,7 +712,7 @@ class DeviceStore(SQLBaseStore):
 
             logger.info("Pruned %d device list outbound pokes", txn.rowcount)
 
-        run_as_background_process(
+        return run_as_background_process(
             "prune_old_outbound_device_pokes",
             self.runInteraction,
             "_prune_old_outbound_device_pokes",