Fix message parsing bug

pull/228/head
nielsandriesse 5 years ago
parent 3eed5d83bb
commit 736bc56f4c

@ -266,7 +266,9 @@ NS_ASSUME_NONNULL_BEGIN
return; return;
} }
OWSAssertDebug(![self isEnvelopeSenderBlocked:envelope]); if ([self isEnvelopeSenderBlocked:envelope]) {
return;
}
[self checkForUnknownLinkedDevice:envelope transaction:transaction]; [self checkForUnknownLinkedDevice:envelope transaction:transaction];

Loading…
Cancel
Save