commands: Pass the whole address to the upload helper.
This commit is contained in:
parent
c680939005
commit
71ffee9036
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ def matrix_upload_command_cb(data, buffer, args):
|
|||
|
||||
upload = Upload(
|
||||
server.name,
|
||||
server.client.host,
|
||||
server.config.address,
|
||||
server.client.access_token,
|
||||
room_buffer.room.room_id,
|
||||
parsed_args.file,
|
||||
|
|
Loading…
Reference in a new issue