This commit is contained in:
Erik Johnston 2017-07-18 10:31:59 +01:00
parent 68f34e85ce
commit cccfcfa7b9
2 changed files with 22 additions and 15 deletions

View file

@ -64,6 +64,9 @@ class GroupsLocalHandler(object):
# Ensure attestations get renewed
hs.get_groups_attestation_renewer()
# The following functions merely route the query to the local groups server
# or federation depending on if the group is local or remote
get_group_profile = _create_rerouter("get_group_profile")
get_rooms_in_group = _create_rerouter("get_rooms_in_group")