Oops, didn't mean to commit that

This commit is contained in:
David Baker 2018-07-18 20:50:20 +01:00
parent 0476852fc6
commit dbd0821c43

View File

@ -106,7 +106,7 @@ class ProfileHandler(BaseHandler):
} if r["active"] else None) for r in batch_rows
}
url = "http://%s/_matrix/identity/api/v1/replicate_profiles" % (host,)
url = "https://%s/_matrix/identity/api/v1/replicate_profiles" % (host,)
body = {
"batchnum": batchnum,
"batch": batch,