Merge pull request #3185 from matrix-org/dbkr/change_profile_replication_uri

Change profile replication URI
This commit is contained in:
David Baker 2018-05-03 15:17:51 +01:00 committed by GitHub
commit ef56b6e27c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,