Modify group room association API to allow modification of is_public

also includes renamings to make things more consistent.
This commit is contained in:
Luke Barnard 2017-10-31 17:04:28 +00:00
parent c31a7c3ff6
commit 20fe347906
6 changed files with 25 additions and 19 deletions

View file

@ -70,8 +70,8 @@ class GroupsLocalHandler(object):
get_invited_users_in_group = _create_rerouter("get_invited_users_in_group")
add_room_to_group = _create_rerouter("add_room_to_group")
remove_room_from_group = _create_rerouter("remove_room_from_group")
update_room_group_association = _create_rerouter("update_room_group_association")
delete_room_group_association = _create_rerouter("delete_room_group_association")
update_group_summary_room = _create_rerouter("update_group_summary_room")
delete_group_summary_room = _create_rerouter("delete_group_summary_room")