summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-19 17:22:10 +0000
committerErik Johnston <erik@matrix.org>2014-11-19 17:22:37 +0000
commit4eada9a908c0c2c3f232b375f9eacc77997f9b9d (patch)
tree8367e3ec7206ff47e69e51b6f04f5f3b2638289e
parentOnly users can set state events which have their own user_id (diff)
downloadsynapse-4eada9a908c0c2c3f232b375f9eacc77997f9b9d.tar.xz
Fix backfill request
-rw-r--r--synapse/federation/transport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/federation/transport.py b/synapse/federation/transport.py
index b72d7b24df..8d86152085 100644
--- a/synapse/federation/transport.py
+++ b/synapse/federation/transport.py
@@ -143,7 +143,7 @@ class TransportLayer(object):
 
         args = {
             "v": event_tuples,
-            "limit": limit,
+            "limit": [str(limit)],
         }
 
         return self._do_request_for_transaction(