mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 01:21:09 +03:00
Merge pull request #3185 from matrix-org/dbkr/change_profile_replication_uri
Change profile replication URI
This commit is contained in:
commit
ef56b6e27c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue