mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-20 16:08:07 -04:00
Deprecate the groups/communities endpoints and add an experimental configuration flag. (#12200)
This commit is contained in:
parent
ef3619e61d
commit
54f674f7a9
7 changed files with 35 additions and 7 deletions
|
@ -322,7 +322,8 @@ class GenericWorkerServer(HomeServer):
|
|||
|
||||
presence.register_servlets(self, resource)
|
||||
|
||||
groups.register_servlets(self, resource)
|
||||
if self.config.experimental.groups_enabled:
|
||||
groups.register_servlets(self, resource)
|
||||
|
||||
resources.update({CLIENT_API_PREFIX: resource})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue