Clarify comment on key uploads over replication (#16016)
This commit is contained in:
parent
a719b703d9
commit
68b2611783
|
@ -0,0 +1,2 @@
|
||||||
|
Clarify comment on the keys/upload over replication enpoint.
|
||||||
|
|
|
@ -107,8 +107,7 @@ class ReplicationUploadKeysForUserRestServlet(ReplicationEndpoint):
|
||||||
Calls to e2e_keys_handler.upload_keys_for_user(user_id, device_id, keys) on
|
Calls to e2e_keys_handler.upload_keys_for_user(user_id, device_id, keys) on
|
||||||
the main process to accomplish this.
|
the main process to accomplish this.
|
||||||
|
|
||||||
Defined in https://spec.matrix.org/v1.4/client-server-api/#post_matrixclientv3keysupload
|
Request format for this endpoint (borrowed and expanded from KeyUploadServlet):
|
||||||
Request format(borrowed and expanded from KeyUploadServlet):
|
|
||||||
|
|
||||||
POST /_synapse/replication/upload_keys_for_user
|
POST /_synapse/replication/upload_keys_for_user
|
||||||
|
|
||||||
|
@ -117,6 +116,7 @@ class ReplicationUploadKeysForUserRestServlet(ReplicationEndpoint):
|
||||||
"device_id": "<device_id>",
|
"device_id": "<device_id>",
|
||||||
"keys": {
|
"keys": {
|
||||||
....this part can be found in KeyUploadServlet in rest/client/keys.py....
|
....this part can be found in KeyUploadServlet in rest/client/keys.py....
|
||||||
|
or as defined in https://spec.matrix.org/v1.4/client-server-api/#post_matrixclientv3keysupload
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue