mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 23:13:50 -05:00
Add update group profile API
This commit is contained in:
parent
14a34f12d7
commit
6f443a74cf
5 changed files with 52 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue