mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:06:02 -04:00
Modify group room association API to allow modification of is_public
also includes renamings to make things more consistent.
This commit is contained in:
parent
c31a7c3ff6
commit
20fe347906
6 changed files with 25 additions and 19 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue