mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Disable chat filter for now
This commit is contained in:
parent
7ff2e55d11
commit
c62ded9a79
1 changed files with 1 additions and 2 deletions
|
@ -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" }],
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue