mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 07:02:15 -04:00
Use stable prefixes for MSC3827: filtering of /publicRooms
by room type (#13370)
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
922b771337
commit
583f22780f
7 changed files with 8 additions and 11 deletions
|
@ -88,8 +88,5 @@ class ExperimentalConfig(Config):
|
|||
# MSC3715: dir param on /relations.
|
||||
self.msc3715_enabled: bool = experimental.get("msc3715_enabled", False)
|
||||
|
||||
# MSC3827: Filtering of /publicRooms by room type
|
||||
self.msc3827_enabled: bool = experimental.get("msc3827_enabled", False)
|
||||
|
||||
# MSC3848: Introduce errcodes for specific event sending failures
|
||||
self.msc3848_enabled: bool = experimental.get("msc3848_enabled", False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue