mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-14 13:55:30 -04:00
Comments
This commit is contained in:
parent
3431ec55dc
commit
14a34f12d7
4 changed files with 24 additions and 13 deletions
|
@ -672,7 +672,7 @@ class FederationGroupsAddRoomsServlet(BaseFederationServlet):
|
|||
if get_domain_from_id(requester_user_id) != origin:
|
||||
raise SynapseError(403, "requester_user_id doesn't match origin")
|
||||
|
||||
new_content = yield self.handler.add_room(
|
||||
new_content = yield self.handler.add_room_to_group(
|
||||
group_id, requester_user_id, room_id, content
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue