Add update group profile API

This commit is contained in:
Erik Johnston 2017-07-20 09:46:33 +01:00
parent 14a34f12d7
commit 6f443a74cf
5 changed files with 52 additions and 0 deletions

View file

@ -72,6 +72,7 @@ class GroupsLocalHandler(object):
# or federation depending on if the group is local or remote
get_group_profile = _create_rerouter("get_group_profile")
update_group_profile = _create_rerouter("update_group_profile")
get_rooms_in_group = _create_rerouter("get_rooms_in_group")
add_room_to_group = _create_rerouter("add_room_to_group")