mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 00:14:54 -04: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
Add a link
Reference in a new issue