mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
scheduler: make Scheduler stateless
Scheduler has no Stopped state anymore. If Scheduler exists, it is always started. Scheduler is stopped via Scheduler.stop(), which consumes Scheduler and cannot fail.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
### Changes
|
||||
- send normal messages with higher priority than MDNs #3243
|
||||
- make Scheduler stateless #3302
|
||||
|
||||
|
||||
## 1.80.0
|
||||
|
||||
Reference in New Issue
Block a user