Skip to content
Snippets Groups Projects
Commit c3ea3630 authored by Erik Johnston's avatar Erik Johnston
Browse files

Use named args

parent 1b564260
No related branches found
No related tags found
No related merge requests found
......@@ -232,8 +232,8 @@ class RoomCreationHandler(BaseHandler):
medium,
address,
id_server,
None,
None,
token_id=None,
txn_id=None,
)
result = {"room_id": room_id}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment