From 53d6245529c888df086420db7c0ec66e8dc72bca Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 3 May 2018 14:55:40 +0100 Subject: [PATCH] Change profile replication URI --- 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 7c5591056..195684c88 100644 --- a/synapse/handlers/profile.py +++ b/synapse/handlers/profile.py @@ -105,7 +105,7 @@ class ProfileHandler(BaseHandler): } for r in batch_rows } - url = "https://%s/_matrix/federation/v1/replicate_profiles" % (host,) + url = "https://%s/_matrix/identity/api/v1/replicate_profiles" % (host,) body = { "batchnum": batchnum, "batch": batch,