mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix backfill request
This commit is contained in:
parent
512993b57f
commit
4eada9a908
@ -143,7 +143,7 @@ class TransportLayer(object):
|
||||
|
||||
args = {
|
||||
"v": event_tuples,
|
||||
"limit": limit,
|
||||
"limit": [str(limit)],
|
||||
}
|
||||
|
||||
return self._do_request_for_transaction(
|
||||
|
Loading…
Reference in New Issue
Block a user