Revert "transport_client -> groups_server_handler"

This reverts commit d35fb6a823.
pull/7363/head
Andrew Morgan 2020-05-01 11:54:43 +01:00
parent 2308ecc90a
commit 37831eb810
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ class GroupsLocalHandler(GroupsLocalWorkerHandler):
content["user_profile"] = await self.profile_handler.get_profile(user_id)
try:
res = await self.groups_server_handler.create_group(
res = await self.transport_client.create_group(
get_domain_from_id(group_id), group_id, user_id, content
)
except HttpResponseException as e: