mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 10:55:09 +03:00
Change profile replication URI
This commit is contained in:
parent
50d5a97c1b
commit
53d6245529
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