marklagendijk / node-toogoodtogo-watcher

Node.js cli tool for monitoring your favorite TooGoodToGo businesses. Docker image available.
MIT License
363 stars 116 forks source link

messageFilter not working #217

Closed fxhuhn closed 1 year ago

fxhuhn commented 1 year ago

Does anyone have the same problem that the filters no longer work in version 4.0? For each change, I get sent all observations, including those with quantity 0.

So far the filters have always worked, so I don't think there is any error in the configuration.

`

"messageFilter": {

    "showUnchanged": false,
    "showDecrease": true,
    "showDecreaseToZero": false,
    "showIncrease": true,
    "showIncreaseFromZero": true
}

`

marklagendijk commented 1 year ago

This was indeed a bug that was introduced in version 4. Fixed now and released as 4.0.2.