Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 823927685d
commit 98def41782

@ -13,6 +13,9 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Normally this is private, but we need to embed this
* data structure within our own.
*
* recipientId is nil when building "sent" sync messages for messages
* sent to groups.
*/
- (OWSSignalServiceProtosDataMessage *)buildDataMessage:(NSString *_Nullable)recipientId;

@ -455,6 +455,8 @@ NSString *const kTSOutgoingMessageSentRecipientAll = @"kTSOutgoingMessageSentRec
return builder;
}
// recipientId is nil when building "sent" sync messages for messages
// sent to groups.
- (OWSSignalServiceProtosDataMessage *)buildDataMessage:(NSString *_Nullable)recipientId
{
OWSAssert(self.thread);

Loading…
Cancel
Save