mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Oops, didn't mean to commit that
This commit is contained in:
parent
0476852fc6
commit
dbd0821c43
@ -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 New Issue
Block a user