mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 17:44:49 -04:00
Add client apis
This commit is contained in:
parent
cccfcfa7b9
commit
e5ea6dd021
2 changed files with 188 additions and 10 deletions
|
@ -224,7 +224,7 @@ class GroupsLocalHandler(object):
|
|||
)
|
||||
else:
|
||||
res = yield self.transport_client.invite_to_group(
|
||||
group_id, user_id, content,
|
||||
group_id, user_id, requester_user_id, content,
|
||||
)
|
||||
|
||||
defer.returnValue(res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue