Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d35fb6a

Browse files
committed
transport_client -> groups_server_handler
1 parent ba967bf commit d35fb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/handlers/groups_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ async def create_group(self, group_id, user_id, content):
303303
content["user_profile"] = await self.profile_handler.get_profile(user_id)
304304

305305
try:
306-
res = await self.transport_client.create_group(
306+
res = await self.groups_server_handler.create_group(
307307
get_domain_from_id(group_id), group_id, user_id, content
308308
)
309309
except HttpResponseException as e:

0 commit comments

Comments
 (0)