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

Commit

Permalink
transport_client -> groups_server_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Apr 30, 2020
1 parent ba967bf commit d35fb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/groups_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ async def create_group(self, group_id, user_id, content):
content["user_profile"] = await self.profile_handler.get_profile(user_id)

try:
res = await self.transport_client.create_group(
res = await self.groups_server_handler.create_group(
get_domain_from_id(group_id), group_id, user_id, content
)
except HttpResponseException as e:
Expand Down

0 comments on commit d35fb6a

Please sign in to comment.