mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-30 18:34:04 +01:00
Fix typo in invite to group
This commit is contained in:
parent
27e727a146
commit
271f5601f3
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ class TransportLayerClient(object):
|
||||||
return self.client.post_json(
|
return self.client.post_json(
|
||||||
destination=destination,
|
destination=destination,
|
||||||
path=path,
|
path=path,
|
||||||
args=requester_user_id,
|
args={"requester_user_id": requester_user_id},
|
||||||
data=content,
|
data=content,
|
||||||
ignore_backoff=True,
|
ignore_backoff=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue