Add client apis

This commit is contained in:
Erik Johnston 2017-07-18 14:37:06 +01:00
parent cccfcfa7b9
commit e5ea6dd021
2 changed files with 188 additions and 10 deletions

View file

@ -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)