mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:46:01 -04:00
Comments
This commit is contained in:
parent
68f34e85ce
commit
cccfcfa7b9
2 changed files with 22 additions and 15 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue