🐛 Fixes
- Windows: notification reply sent duplicated (#3420) — Replying to a desktop notification from the Windows toast could send the message twice. Electron 42 enabled inline-reply events on Windows but can deliver a single reply through more than one activation path; the app now dispatches each notification reply exactly once per display cycle.