Actually return rows

erikj/initial_sync_perf
Erik Johnston 2015-04-29 18:07:36 +01:00
parent 0618978238
commit 3864b3a8e6
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ class PusherStore(SQLBaseStore):
)
pass
return rows
rows = yield self.runInteraction("get_all_pushers", get_pushers)
defer.returnValue(rows)