mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 14:14:55 -04:00
Remove the experimental spaces enabled flag. (#10063)
In lieu of just always enabling the unstable spaces endpoint and unstable room version.
This commit is contained in:
parent
49df2c28e3
commit
f42e4c4eb9
6 changed files with 9 additions and 49 deletions
|
@ -181,6 +181,6 @@ KNOWN_ROOM_VERSIONS = {
|
|||
RoomVersions.V5,
|
||||
RoomVersions.V6,
|
||||
RoomVersions.MSC2176,
|
||||
RoomVersions.MSC3083,
|
||||
)
|
||||
# Note that we do not include MSC3083 here unless it is enabled in the config.
|
||||
} # type: Dict[str, RoomVersion]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue