parent
2308ecc90a
commit
37831eb810
|
@ -303,7 +303,7 @@ class GroupsLocalHandler(GroupsLocalWorkerHandler):
|
||||||
content["user_profile"] = await self.profile_handler.get_profile(user_id)
|
content["user_profile"] = await self.profile_handler.get_profile(user_id)
|
||||||
|
|
||||||
try:
|
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
|
get_domain_from_id(group_id), group_id, user_id, content
|
||||||
)
|
)
|
||||||
except HttpResponseException as e:
|
except HttpResponseException as e:
|
||||||
|
|
Loading…
Reference in New Issue