zerobyte/app/server/modules/notifications/builders
Nico 29967d7e4e
fix(discord): do not split each line into individual messages (#573)
Closes #519

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

* **New Features**
  * Notification destinations can now be tested even when disabled, enabling configuration validation before activation

* **Improvements**
  * Discord notification formatting parameters optimized for enhanced message delivery

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-02-25 18:54:56 +01:00
..
custom.ts feat: add generic webhook form & refactor each type in its own form (#239) 2026-01-02 14:56:35 +01:00
discord.ts fix(discord): do not split each line into individual messages (#573) 2026-02-25 18:54:56 +01:00
email.ts feat(smtp-notification): add missing from name param to form (#429) 2026-01-29 21:13:51 +01:00
generic.ts feat: add generic webhook form & refactor each type in its own form (#239) 2026-01-02 14:56:35 +01:00
gotify.ts fix: add DisableTLS param if server is http (#563) 2026-02-23 21:31:53 +01:00
index.ts feat: add generic webhook form & refactor each type in its own form (#239) 2026-01-02 14:56:35 +01:00
ntfy.ts feat: add generic webhook form & refactor each type in its own form (#239) 2026-01-02 14:56:35 +01:00
pushover.ts feat: add generic webhook form & refactor each type in its own form (#239) 2026-01-02 14:56:35 +01:00
slack.ts feat: add generic webhook form & refactor each type in its own form (#239) 2026-01-02 14:56:35 +01:00
telegram.ts feat: add support for sending notifications to Telegram group topics (#401) 2026-01-27 19:43:05 +01:00