From dbd0821c43dc85c9ba4d808a348efb70ad2c57f1 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 18 Jul 2018 20:50:20 +0100 Subject: [PATCH] Oops, didn't mean to commit that --- synapse/handlers/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/handlers/profile.py b/synapse/handlers/profile.py index 02240fd72..ec8197f92 100644 --- a/synapse/handlers/profile.py +++ b/synapse/handlers/profile.py @@ -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,