0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 13:38:58 +02:00

limt -> limit

This commit is contained in:
Travis Ralston 2018-07-31 16:29:09 -06:00 committed by GitHub
parent 5e2ee64660
commit 37be52ac34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ class TransportLayerClient(object):
dest (str)
room_id (str)
event_tuples (list)
limt (int)
limit (int)
Returns:
Deferred: Results in a dict received from the remote homeserver.