From e32043ae79a7e0fe9c16cf6373b390ac87da2797 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Fri, 21 Jul 2023 10:24:17 -0400 Subject: [PATCH] Remove outdated documentation --- service/src/main/proto/org/signal/chat/keys.proto | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/service/src/main/proto/org/signal/chat/keys.proto b/service/src/main/proto/org/signal/chat/keys.proto index 7f7af8fb6..1a8b15ced 100644 --- a/service/src/main/proto/org/signal/chat/keys.proto +++ b/service/src/main/proto/org/signal/chat/keys.proto @@ -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.