REQ-3201: fix bug
This commit is contained in:
parent
05f390f860
commit
f82aba57a7
@ -45,7 +45,7 @@ public class CardGroup {
|
||||
return getCards().stream().map(Card::getReceiverPersonId)
|
||||
.filter(personId -> {
|
||||
PushDevice device = deviceSnapshots.getDevice(personId);
|
||||
return device.shouldPush(appType, PushChannel.NIM);
|
||||
return !device.shouldPush(appType, PushChannel.NIM);
|
||||
})
|
||||
.map(personId -> {
|
||||
ExcludePushPayload exclude = new ExcludePushPayload();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user