From 25ab52caf2b5a37ed50b81c7b021a436de09dfc8 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 15 Mar 2017 10:54:45 -0300 Subject: [PATCH] Respond to CR. // FREEBIE --- src/Messages/Interactions/TSOutgoingMessage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Messages/Interactions/TSOutgoingMessage.h b/src/Messages/Interactions/TSOutgoingMessage.h index afc1ba463..b58d72d95 100644 --- a/src/Messages/Interactions/TSOutgoingMessage.h +++ b/src/Messages/Interactions/TSOutgoingMessage.h @@ -21,7 +21,7 @@ typedef NS_ENUM(NSInteger, TSOutgoingMessageState) { TSOutgoingMessageStateUnsent, // The message has been sent to the service, but not received by any recipient client. TSOutgoingMessageStateSent, - // The message has been sent to the service, but not received by at least one recipient client. + // The message has been sent to the service and received by at least one recipient client. // A recipient may have more than one client, and group message may have more than one recipient. TSOutgoingMessageStateDelivered };