Mailspring/internal_packages/thread-snooze
Juan Tejada aff5505743 fix(snooze): Sentry error: "Can't create Snooze Category"
- 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
2016-05-16 16:21:27 -07:00
..
assets feat(snooze): Adds initial design pass and update snooze popover 2016-02-23 20:03:42 -08:00
lib fix(snooze): Sentry error: "Can't create Snooze Category" 2016-05-16 16:21:27 -07:00
spec fix(snooze): Sentry error: "Can't create Snooze Category" 2016-05-16 16:21:27 -07:00
stylesheets remove(popover): Remove Popover in favor of FixedPopover 2016-03-09 10:05:46 -08:00
package.json [N1] Changes to allow running edgehill-server locally 2016-04-29 10:18:51 -07:00
README.md feat(snooze/send-later): Add snooze and send later plugins 2016-02-18 10:06:21 -08:00