Mailspring/internal_packages/thread-snooze/spec
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
..
snooze-store-spec.es6 fix(snooze): Sentry error: "Can't create Snooze Category" 2016-05-16 16:21:27 -07:00
snooze-utils-spec.es6 fix(lint): Various linter issues 2016-05-06 16:06:16 -07:00