mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-01 15:04:19 -04:00
parent
1a90c1e3af
commit
36af768c13
2 changed files with 2 additions and 1 deletions
|
@ -509,7 +509,7 @@ class TransportLayerClient:
|
|||
if third_party_instance_id:
|
||||
args["third_party_instance_id"] = (third_party_instance_id,)
|
||||
if limit:
|
||||
args["limit"] = [limit]
|
||||
args["limit"] = [str(limit)]
|
||||
if since_token:
|
||||
args["since"] = [since_token]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue