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