Scheduling UI corrected
This commit is contained in:
@ -111,7 +111,8 @@ class Message extends Repository
|
||||
$valid_states = [
|
||||
'has_attachments',
|
||||
'valid_attachments',
|
||||
'downloaded_attachments'
|
||||
'downloaded_attachments',
|
||||
'scheduled_downloads'
|
||||
];
|
||||
foreach ($valid_states as $state_name) {
|
||||
try {
|
||||
@ -160,4 +161,4 @@ class Message extends Repository
|
||||
WHERE `mailbox_id` = ? `subject` = ? AND `from` = ? AND `date_time` = ?";
|
||||
return $this->fetchOne($query, [$mailbox_id, $subject, $from, $dateTime->format('Y-m-d H:i:s')]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user