diff options
author | Erik Johnston <erik@matrix.org> | 2017-03-31 11:19:24 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-03-31 11:19:24 +0100 |
commit | bfcf016714575edb0ad2c19b2f00694d62ca08ec (patch) | |
tree | 7138a029e500839ec5dfc15c361427a2f42cf3fe /synapse/storage/pusher.py | |
parent | Remove user from process_presence when stops syncing (diff) | |
download | synapse-bfcf016714575edb0ad2c19b2f00694d62ca08ec.tar.xz |
Fix up docs
Diffstat (limited to 'synapse/storage/pusher.py')
-rw-r--r-- | synapse/storage/pusher.py | 2 |
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) |