diff options
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/pusher.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/storage/pusher.py b/synapse/storage/pusher.py index a0fe8853e5..c2aaf60286 100644 --- a/synapse/storage/pusher.py +++ b/synapse/storage/pusher.py @@ -60,6 +60,8 @@ class PusherStore(SQLBaseStore): ) pass + return rows + rows = yield self.runInteraction("get_all_pushers", get_pushers) defer.returnValue(rows) |