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:
parent
1b5642604b
commit
c3ea36304b
1 changed files with 2 additions and 2 deletions
|
@ -232,8 +232,8 @@ class RoomCreationHandler(BaseHandler):
|
|||
medium,
|
||||
address,
|
||||
id_server,
|
||||
None,
|
||||
None,
|
||||
token_id=None,
|
||||
txn_id=None,
|
||||
)
|
||||
|
||||
result = {"room_id": room_id}
|
||||
|
|
Loading…
Add table
Reference in a new issue