Change profile replication URI

This commit is contained in:
David Baker 2018-05-03 14:55:40 +01:00
parent 50d5a97c1b
commit 53d6245529

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,