From 53d6245529c888df086420db7c0ec66e8dc72bca Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 3 May 2018 14:55:40 +0100 Subject: Change profile replication URI --- synapse/handlers/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse') diff --git a/synapse/handlers/profile.py b/synapse/handlers/profile.py index 7c5591056d..195684c88c 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, -- cgit 1.5.1