0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 21:49:07 +02:00

Fix backfill request

This commit is contained in:
Erik Johnston 2014-11-19 17:22:10 +00:00
parent 512993b57f
commit 4eada9a908

View file

@ -143,7 +143,7 @@ class TransportLayer(object):
args = {
"v": event_tuples,
"limit": limit,
"limit": [str(limit)],
}
return self._do_request_for_transaction(