mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-27 17:31:12 +02:00
Use named args
This commit is contained in:
parent
1b5642604b
commit
c3ea36304b
@ -232,8 +232,8 @@ class RoomCreationHandler(BaseHandler):
|
|||||||
medium,
|
medium,
|
||||||
address,
|
address,
|
||||||
id_server,
|
id_server,
|
||||||
None,
|
token_id=None,
|
||||||
None,
|
txn_id=None,
|
||||||
)
|
)
|
||||||
|
|
||||||
result = {"room_id": room_id}
|
result = {"room_id": room_id}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user