diff --git a/package.nw/lib/roster/processRosterFiltering.js b/package.nw/lib/roster/processRosterFiltering.js index d48716f5..d879ef4a 100644 --- a/package.nw/lib/roster/processRosterFiltering.js +++ b/package.nw/lib/roster/processRosterFiltering.js @@ -22,7 +22,7 @@ function processRosterFiltering(callRoster, rosterSettings) callObj.reset = true; continue; } - if (entry.message.type != 2) + if (callObj.dxcc == -1) { entry.tx = false; continue;