From cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Mon Sep 17 00:00:00 2001 From: Matthew Chambers Date: Sun, 12 Dec 2021 09:09:57 -0600 Subject: [PATCH] if dxcc = -1, no roster --- package.nw/lib/roster/processRosterFiltering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nw/lib/roster/processRosterFiltering.js b/package.nw/lib/roster/processRosterFiltering.js index d48716f..d879ef4 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;