Merge branch 'mkirk/remove-overzealous-assert'

pull/1/head
Michael Kirk 6 years ago
commit d77d968bfd

@ -1349,7 +1349,6 @@ static const int kYapDatabaseRangeMinLength = 0;
- (void)typingIndicatorStateDidChange:(NSNotification *)notification
{
OWSAssertIsOnMainThread();
OWSAssertDebug([notification.object isKindOfClass:[NSString class]]);
OWSAssertDebug(self.thread);
if (notification.object && ![notification.object isEqual:self.thread.uniqueId]) {

@ -545,7 +545,6 @@ NS_ASSUME_NONNULL_BEGIN
- (void)typingIndicatorStateDidChange:(NSNotification *)notification
{
OWSAssertIsOnMainThread();
OWSAssertDebug([notification.object isKindOfClass:[NSString class]]);
OWSAssertDebug(self.thread);
if (notification.object && ![notification.object isEqual:self.thread.threadRecord.uniqueId]) {

Loading…
Cancel
Save