Default chat filter settings

This commit is contained in:
Mashintime 2023-03-04 10:26:17 -05:00
parent bc2128742e
commit 4aa7cc8371

View file

@ -127,13 +127,15 @@ db.sync('http://172.20.10.4:5984/jojo', {
*/
var dxcallsigns = new Set();
//Set default chat filter
var chatFilter = [
{ type: "newchat" },
{ type: "received" },
{ type: "transmit" },
{ type: "ping-ack" },
{ type: "request" },
{ type: "response" },
//{ type: "request" },
//{ type: "response" },
];
updateAllChat(false);