mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
parent
7cae74ebe8
commit
ab4d5ac76d
@ -37,7 +37,7 @@ class MatrixLiteClient {
|
||||
log.warn("MatrixLiteClient", "Failed to lookup SRV for " + this._openId.matrix_server_name + " - assuming none available.");
|
||||
log.warn("MatrixLiteClient", err);
|
||||
}).then(() => {
|
||||
var url = "http://" + this._openId.matrix_server_name + endpoint;
|
||||
var url = "https://" + this._openId.matrix_server_name + endpoint;
|
||||
|
||||
log.verbose("MatrixLiteClient", "Performing request: " + url);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user