mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Comments
This commit is contained in:
parent
3431ec55dc
commit
14a34f12d7
4 changed files with 24 additions and 13 deletions
|
@ -405,7 +405,9 @@ class GroupAdminRoomsServlet(RestServlet):
|
|||
user_id = requester.user.to_string()
|
||||
|
||||
content = parse_json_object_from_request(request)
|
||||
result = yield self.groups_handler.add_room(group_id, user_id, room_id, content)
|
||||
result = yield self.groups_handler.add_room_to_group(
|
||||
group_id, user_id, room_id, content,
|
||||
)
|
||||
|
||||
defer.returnValue((200, result))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue