mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-25 01:20:24 +08:00
e35b37441b
Summary: Fixes an issue with sending where certain conditions could result in a duplicated message. Fixes task dependency logic for draft syncback and send. Changes `createdAt` on tasks to instead be `sequentialId`, assigned when the task is queued, to track order of enqueueing. Renames `isDependentTask` => `isDependentOnTask` and adds comments for clarity. Test Plan: Specs updated. Might be good to add some later to test this particular edge case. Reviewers: juan, evan, bengotow Reviewed By: evan, bengotow Differential Revision: https://phab.nylas.com/D2681 |
||
---|---|---|
.. | ||
change-folder-task-spec.coffee | ||
change-labels-task-spec.coffee | ||
change-mail-task-spec.coffee | ||
change-starred-task-spec.coffee | ||
change-unread-task-spec.coffee | ||
destroy-category-task-spec.coffee | ||
destroy-model-task-spec.es6 | ||
event-rsvp-task-spec.coffee | ||
send-draft-task-spec.coffee | ||
syncback-category-task-spec.coffee | ||
syncback-draft-task-spec.coffee | ||
syncback-model-task-spec.es6 | ||
task-spec.coffee |