feat: Add channel_id field for Notifiarr

- Add channel_id field for Notifiarr to store record of the discord channel_id into the PB.
This commit is contained in:
Tola Leng
2025-09-03 21:48:59 +07:00
parent 05f46969c4
commit b2269187d8
2 changed files with 36 additions and 16 deletions
@@ -94,6 +94,7 @@ export const alertConfigService = {
} else if (config.notification_type === "notifiarr") {
cleanConfig.api_token = config.api_token || "";
cleanConfig.channel_id = config.channel_id || "";
} else if (config.notification_type === "webhook") {
cleanConfig.webhook_url = config.webhook_url || "";