Disable chat filter for now

This commit is contained in:
Mashintime 2023-10-10 16:21:12 -04:00
parent 7ff2e55d11
commit c62ded9a79

View file

@ -333,9 +333,8 @@ export async function updateAllChat() {
$and: [
{ dxcallsign: { $exists: true } },
{ timestamp: { $exists: true } },
{ $or: chat.chat_filter },
//{ $or: chat.chat_filter },
],
//$or: chat.chat_filter
},
sort: [{ dxcallsign: "asc" }, { timestamp: "asc" }],
})