mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-30 09:07:40 -05:00
Subscribing to a project promised notifications "for changes", but no listener was registered for TaskCreatedEvent beyond mention handling, so new tasks never reached subscribers. Adds a TaskCreatedNotification and a listener that notifies task and project subscribers, skipping the creator and users already notified by the mention listener for the same event. Fixes #3611