mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-27 19:25:38 +00:00
Fix backfill request
This commit is contained in:
@@ -143,7 +143,7 @@ class TransportLayer(object):
|
||||
|
||||
args = {
|
||||
"v": event_tuples,
|
||||
"limit": limit,
|
||||
"limit": [str(limit)],
|
||||
}
|
||||
|
||||
return self._do_request_for_transaction(
|
||||
|
||||
Reference in New Issue
Block a user