mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:06:02 -04:00
Add remove room API
This commit is contained in:
parent
a8e2a3df32
commit
17b8e2bd02
6 changed files with 72 additions and 1 deletions
|
@ -69,6 +69,7 @@ class GroupsLocalHandler(object):
|
|||
get_rooms_in_group = _create_rerouter("get_rooms_in_group")
|
||||
|
||||
add_room_to_group = _create_rerouter("add_room_to_group")
|
||||
remove_room_from_group = _create_rerouter("remove_room_from_group")
|
||||
|
||||
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