mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 17:32:13 -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
|
@ -74,3 +74,6 @@ class ExperimentalConfig(Config):
|
|||
|
||||
# MSC3720 (Account status endpoint)
|
||||
self.msc3720_enabled: bool = experimental.get("msc3720_enabled", False)
|
||||
|
||||
# The deprecated groups feature.
|
||||
self.groups_enabled: bool = experimental.get("groups_enabled", True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue