Files
Gabriel Vidal 0a0b8f1757 feat(hooks): express hook delay in seconds, default 10s
The conversation-hooks delay field was minute-granular (delayMinutes,
default 1) — too coarse for a fast follow-up loop. Renamed to
delaySeconds (default 10) across the store, API and UI, with an
on-load migration that converts any pre-existing delayMinutes value
(×60) so a configured hook's delay survives the rename.
2026-08-09 19:12:07 +02:00
..