summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-05-22 18:24:32 +0100
committerErik Johnston <erik@matrix.org>2018-05-22 18:24:32 +0100
commita17e901f4dd1825d4bf21e55488939d95e1d7d80 (patch)
tree97845a06866abe2012feb2fe3f0b7a3d10573a4b /synapse/storage
parentDon't support limitless pagination (diff)
downloadsynapse-a17e901f4dd1825d4bf21e55488939d95e1d7d80.tar.xz
Remove unused string formatting param
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/stream.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py
index 1701d03866..fb463c525a 100644
--- a/synapse/storage/stream.py
+++ b/synapse/storage/stream.py
@@ -736,7 +736,6 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
         ) % {
             "bounds": bounds,
             "order": order,
-            "limit": limit_str
         }
 
         txn.execute(sql, args)