Merge pull request #3185 from matrix-org/dbkr/change_profile_replication_uri
Change profile replication URIpull/3426/head
commit
ef56b6e27c
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue