mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:24:54 +03:00
Oops, didn't mean to commit that
This commit is contained in:
parent
0476852fc6
commit
dbd0821c43
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class ProfileHandler(BaseHandler):
|
|||
} if r["active"] else None) for r in batch_rows
|
||||
}
|
||||
|
||||
url = "http://%s/_matrix/identity/api/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