mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
417b09f2ff
- This error was still being thrown for a large number of accounts, despite the fact that the N1-Snoozed category was being created - This error was happening when adding a new account which did not already have a snooze category in the backend: - When the account is added the AccountStore triggers more than once, causing the SnoozeStore to send more than one request to create the same category. Any request after the first one will fail because the category already exists - The fix is not try to create a category unless the accounts have actually changed |
||
---|---|---|
.. | ||
main.es6 | ||
snooze-actions.es6 | ||
snooze-buttons.jsx | ||
snooze-constants.es6 | ||
snooze-mail-label.jsx | ||
snooze-popover.jsx | ||
snooze-store.es6 | ||
snooze-utils.es6 |