mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
85ec355268
Back-port v5 fixes5997fd81fand0a7b93a84to v6: - GetWebhooks list response now includes the configured mention so the UI shows it after reload instead of blanking it. - sendResolvedWebhook now assigns data.Mention (v6 set it for grouped/ firing webhooks but dropped it on resolved), and the Discord/Slack/Teams/ Mattermost ResolvedPayloadTemplate strings gained {{if .Mention}} guards. Without these, a configured @everyone/@channel was silently omitted from resolved/cleared notifications. Adds list-API and per-service resolved mention regression tests.