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