vikunja/pkg/routes/api
kolaente ae908be716 fix: dispatch pending events after user creation commits
The register handler, local/LDAP login and the OIDC callback all queue
the user.created event via DispatchOnCommit but never called
DispatchPending, so the event was silently dropped and its queue entry
leaked. Flush after commit and discard on rollback.
2026-06-10 22:20:59 +02:00
..
v1 fix: dispatch pending events after user creation commits 2026-06-10 22:20:59 +02:00
v2 refactor(events): pass context to DispatchPending directly 2026-06-10 22:19:04 +02:00