summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2018-05-03 14:55:40 +0100
committerDavid Baker <dave@matrix.org>2018-05-03 14:55:40 +0100
commit53d6245529c888df086420db7c0ec66e8dc72bca (patch)
treef2ff0080c5a0ee82917291aebcb2ea0450934ba2
parentMerge branch 'master' into dinsic (diff)
downloadsynapse-53d6245529c888df086420db7c0ec66e8dc72bca.tar.xz
Change profile replication URI
-rw-r--r--synapse/handlers/profile.py2
1 files changed, 1 insertions, 1 deletions
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,