0
0
mirror of https://github.com/signalapp/Signal-Server.git synced 2024-09-20 12:02:18 +02:00

Remove outdated documentation

This commit is contained in:
Jon Chambers 2023-07-21 10:24:17 -04:00
parent 881c921d56
commit e32043ae79

View File

@ -39,12 +39,6 @@ service Keys {
* the first key has an ACI identity type, then all other keys in the same
* stream must also have an ACI identity type).
*
* This method returns a single status code; if all keys were validated/stored
* successfully, then this method will return `SET_PRE_KEY_STATUS_OK`. If one
* or more keys could not be stored, this method will return a status code
* indicating the reason. If multiple keys had problems, which status code
* will be returned is not defined.
*
* This RPC may fail with an `INVALID_ARGUMENT` status if one or more of the
* given pre-keys was structurally invalid or if the list of pre-keys was
* empty.
@ -58,12 +52,6 @@ service Keys {
* the first key has an ACI identity type, then all other keys in the same
* stream must also have an ACI identity type).
*
* This method returns a single status code; if all keys were validated/stored
* successfully, then this method will return `SET_PRE_KEY_STATUS_OK`. If one
* or more keys could not be stored, this method will return a status code
* indicating the reason. If multiple keys had problems, which status code
* will be returned is not defined.
*
* This RPC may fail with an `INVALID_ARGUMENT` status if one or more of the
* given pre-keys was structurally invalid, had an invalid signature, or if
* the list of pre-keys was empty.