adeekshith / watomatic

Auto reply app to enable auto reply for messengers like WhatsApp and Facebook Messenger
https://watomatic.app
GNU General Public License v3.0
435 stars 86 forks source link

MAX_DAYS = 30 #359

Closed psytester closed 3 years ago

psytester commented 3 years ago

For most contacts it is annoying that at least all 7 day the auto reply is generated This PR sets to max 31 days

adeekshith commented 3 years ago

At some other place in the database code, it is hardcoded to store logs for only 30 days as far as I remember so setting MAX_DAYS to 31 may not work I guess. Adding @spuday90 for comment.

psytester commented 3 years ago

"only" MAX_DAYS = 30 would be ok too

spuday90 commented 3 years ago

Yes as we are purging db for 30days, so MAX_DAYS cannot exceed that.

adeekshith commented 3 years ago

@psytester Can you update it to 30 please 😊

psytester commented 3 years ago

done