summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2018-05-03 15:17:51 +0100
committerGitHub <noreply@github.com>2018-05-03 15:17:51 +0100
commitef56b6e27c34832405318fd9446ffa54ab09779f (patch)
treef2ff0080c5a0ee82917291aebcb2ea0450934ba2 /synapse
parentMerge branch 'master' into dinsic (diff)
parentChange profile replication URI (diff)
downloadsynapse-ef56b6e27c34832405318fd9446ffa54ab09779f.tar.xz
Merge pull request #3185 from matrix-org/dbkr/change_profile_replication_uri
Change profile replication URI
Diffstat (limited to 'synapse')
-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,