mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Change profile replication URI
This commit is contained in:
parent
50d5a97c1b
commit
53d6245529
@ -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
Block a user