Respond to CR.

pull/1/head
Matthew Chen 6 years ago
parent 544bdbd7f5
commit fa8095bf2d

@ -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) {

Loading…
Cancel
Save