if dxcc = -1, no roster

merge-requests/150/merge
Matthew Chambers 2021-12-12 09:09:57 -06:00
rodzic ca5a4db664
commit cc476c84ed
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;