diff --git a/src/Messages/Interactions/TSOutgoingMessage.m b/src/Messages/Interactions/TSOutgoingMessage.m index 44bf46f72..bffff4108 100644 --- a/src/Messages/Interactions/TSOutgoingMessage.m +++ b/src/Messages/Interactions/TSOutgoingMessage.m @@ -209,6 +209,8 @@ NSString *const kTSOutgoingMessageSentRecipientAll = @"kTSOutgoingMessageSentRec #pragma mark - Update Methods +// This method does the work for the "updateWith..." methods. Please see +// the header for a discussion of those methods. - (void)applyChangeToSelfAndLatestOutgoingMessage:(YapDatabaseReadWriteTransaction *)transaction changeBlock:(void (^)(TSOutgoingMessage *))changeBlock {