mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 17:36:42 -05: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 = {
|
||||
"v": event_tuples,
|
||||
"limit": limit,
|
||||
"limit": [str(limit)],
|
||||
}
|
||||
|
||||
return self._do_request_for_transaction(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue