mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:56:02 -04:00
Use direct references for configuration variables (part 6). (#10916)
This commit is contained in:
parent
8cef1ab2ac
commit
94b620a5ed
54 changed files with 141 additions and 132 deletions
|
@ -666,7 +666,7 @@ class RoomCreationHandler(BaseHandler):
|
|||
await self.ratelimit(requester)
|
||||
|
||||
room_version_id = config.get(
|
||||
"room_version", self.config.default_room_version.identifier
|
||||
"room_version", self.config.server.default_room_version.identifier
|
||||
)
|
||||
|
||||
if not isinstance(room_version_id, str):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue