summary refs log tree commit diff
path: root/synapse/handlers/groups_local.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2017-07-20 17:53:39 +0100
committerGitHub <noreply@github.com>2017-07-20 17:53:39 +0100
commit04016042222c89dc604b8fb1b0e87ad4114a4a12 (patch)
tree825537967b4fd6f8992d9d79fd0f1dc78cd4a3b0 /synapse/handlers/groups_local.py
parentMerge pull request #2374 from matrix-org/erikj/group_server_local (diff)
parentRemove spurious content param (diff)
downloadsynapse-04016042222c89dc604b8fb1b0e87ad4114a4a12.tar.xz
Merge pull request #2377 from matrix-org/erikj/group_profile_update
Add update group profile API
Diffstat (limited to 'synapse/handlers/groups_local.py')
-rw-r--r--synapse/handlers/groups_local.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/groups_local.py b/synapse/handlers/groups_local.py
index 0b80348c82..b2c920da38 100644
--- a/synapse/handlers/groups_local.py
+++ b/synapse/handlers/groups_local.py
@@ -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")