summary refs log tree commit diff
path: root/changelog.d/5223.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add config option for setting homeserver's default room version (#5223)Andrew Morgan2019-05-231-0/+1
Replaces DEFAULT_ROOM_VERSION constant with a method that first checks the config, then returns a hardcoded value if the option is not present. That hardcoded value is now located in the server.py config file.