Skip to content

Commit

Permalink
feat(backend): add scheduled send functionality
Browse files Browse the repository at this point in the history
Removed redundant showRoutingToast() and hideRoutingToast() calls in reload_and_redirect function as navigate() handles them. Streamlined the process for scheduling and snoozing actions.
  • Loading branch information
amaninyumu1 committed Jan 7, 2025
1 parent ce29754 commit d36293a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/imap/js_modules/utils/handleNexterDateAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ function processNextActionDate(e) {
}
isReloading = true;

showRoutingToast();

try {
Hm_Folders.reload_folders(true);
let path = getListPathParam();
await navigate(`?page=message_list&list_path=${path}`);
} finally {
hideRoutingToast();
isReloading = false;
}
};
Expand Down

0 comments on commit d36293a

Please sign in to comment.