mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-09 09:38:07 +08:00
fix(tasks): ensure NotifyPluginsOfTask gets properly serialized
Fixes: https://sentry.nylas.com/sentry/edgehill/group/31200/
This commit is contained in:
parent
04e3a5a3a1
commit
bf25a8efc2
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ class NylasExports
|
|||
@lazyLoadAndRegisterTask "SyncbackMetadataTask", 'syncback-metadata-task'
|
||||
@lazyLoadAndRegisterTask "SyncbackDraftFilesTask", 'syncback-draft-files-task'
|
||||
@lazyLoadAndRegisterTask "ReprocessMailRulesTask", 'reprocess-mail-rules-task'
|
||||
@lazyLoadAndRegisterTask "NotifyPluginsOfSendTask", 'notify-plugins-of-send-task'
|
||||
|
||||
# Stores
|
||||
# These need to be required immediately since some Stores are
|
||||
|
|
Loading…
Reference in a new issue