Fix not sending followup reminders
This commit is contained in:
parent
924d31e978
commit
dacee3fd17
@ -309,7 +309,8 @@ WHERE
|
||||
FROM
|
||||
reminders
|
||||
WHERE
|
||||
reminders.`utc_time` <= NOW()
|
||||
reminders.`utc_time` <= NOW() AND
|
||||
`status` = 'pending' AND
|
||||
AND (
|
||||
reminders.`interval_seconds` IS NOT NULL
|
||||
OR reminders.`interval_months` IS NOT NULL
|
||||
|
Loading…
Reference in New Issue
Block a user