mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 16:02:15 +01:00
Fix backfill request
This commit is contained in:
parent
512993b57f
commit
4eada9a908
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue