summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-03-31 11:19:24 +0100
committerErik Johnston <erik@matrix.org>2017-03-31 11:19:24 +0100
commitbfcf016714575edb0ad2c19b2f00694d62ca08ec (patch)
tree7138a029e500839ec5dfc15c361427a2f42cf3fe /synapse/storage
parentRemove user from process_presence when stops syncing (diff)
downloadsynapse-bfcf016714575edb0ad2c19b2f00694d62ca08ec.tar.xz
Fix up docs
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/pusher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/pusher.py b/synapse/storage/pusher.py
index 715c8bef24..34d2f82b7f 100644
--- a/synapse/storage/pusher.py
+++ b/synapse/storage/pusher.py
@@ -139,7 +139,7 @@ class PusherStore(SQLBaseStore):
         """Get all the pushers that have changed between the given tokens.
 
         Returns:
-            list(tuple): each tuple consists of:
+            Deferred(list(tuple)): each tuple consists of:
                 stream_id (str)
                 user_id (str)
                 app_id (str)