mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
9d864e4221
Discord and other webhook notifications were failing with template parse errors due to backslashes incorrectly escaping quotes in Go raw string literals. Raw strings preserve backslashes literally, causing the Go template parser to fail. Fixes #341