0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-03-05 08:00:16 +01:00

Use named args

This commit is contained in:
Erik Johnston 2016-01-05 12:57:45 +00:00
parent 1b5642604b
commit c3ea36304b

View file

@ -232,8 +232,8 @@ class RoomCreationHandler(BaseHandler):
medium,
address,
id_server,
None,
None,
token_id=None,
txn_id=None,
)
result = {"room_id": room_id}