Respond to CR.

This commit is contained in:
Matthew Chen 2018-11-26 10:00:25 -05:00
parent 544bdbd7f5
commit fa8095bf2d

View file

@ -686,7 +686,7 @@ NSString *const OWSMessageSenderRateLimitedException = @"RateLimitedException";
failureHandlerParam(error);
};
__block TSThread *_Nullable thread = message.thread;
TSThread *_Nullable thread = message.thread;
BOOL isSyncMessage = [message isKindOfClass:[OWSOutgoingSyncMessage class]];
if (!thread && !isSyncMessage) {