Respond to CR.

pull/1/head
Matthew Chen 7 years ago
parent 9cdf8d06fd
commit b7fd48ec40

@ -670,6 +670,7 @@ NS_ASSUME_NONNULL_BEGIN
NSString *localNumber = self.tsAccountManager.localNumber; NSString *localNumber = self.tsAccountManager.localNumber;
if ([localNumber isEqualToString:envelope.source]) { if ([localNumber isEqualToString:envelope.source]) {
OWSLogVerbose(@"Ignoring typing indicators from self or linked device."); OWSLogVerbose(@"Ignoring typing indicators from self or linked device.");
return;
} }
TSThread *_Nullable thread; TSThread *_Nullable thread;

Loading…
Cancel
Save