Respond to CR.

This commit is contained in:
Matthew Chen 2018-11-07 10:56:40 -05:00
parent 9cdf8d06fd
commit b7fd48ec40
1 changed files with 1 additions and 0 deletions

View File

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