mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 06:44:06 -04:00
Set default room version to v4. (#5379)
Set default room version to v4.
This commit is contained in:
parent
1b8cb64393
commit
a11865016e
5 changed files with 11 additions and 3 deletions
|
@ -36,7 +36,7 @@ logger = logging.Logger(__name__)
|
|||
# in the list.
|
||||
DEFAULT_BIND_ADDRESSES = ['::', '0.0.0.0']
|
||||
|
||||
DEFAULT_ROOM_VERSION = "1"
|
||||
DEFAULT_ROOM_VERSION = "4"
|
||||
|
||||
|
||||
class ServerConfig(Config):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue