Respond to CR.

pull/1/head
Matthew Chen 7 years ago
parent 3c3742aae9
commit 3aa28aee36

@ -161,7 +161,7 @@ NS_ASSUME_NONNULL_BEGIN
SignalRecipient *latest =
[SignalRecipient markRecipientAsRegisteredAndGet:self.recipientId transaction:transaction];
if (![devices isSubsetOfSet:latest.devices.set]) {
if (![devices intersectsSet:latest.devices.set]) {
return;
}
DDLogDebug(@"%@ removing devices: %@, from recipient: %@", self.logTag, devices, latest.recipientId);

Loading…
Cancel
Save