Add OneChat notification provider (#5546)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Pargorn Ruasijan
2025-04-27 23:48:05 +07:00
committed by GitHub
parent e7d3fa6a78
commit 8396330552
6 changed files with 145 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ const Mattermost = require("./notification-providers/mattermost");
const Nostr = require("./notification-providers/nostr");
const Ntfy = require("./notification-providers/ntfy");
const Octopush = require("./notification-providers/octopush");
const OneChat = require("./notification-providers/onechat");
const OneBot = require("./notification-providers/onebot");
const Opsgenie = require("./notification-providers/opsgenie");
const PagerDuty = require("./notification-providers/pagerduty");
@@ -121,6 +122,7 @@ class Notification {
new Nostr(),
new Ntfy(),
new Octopush(),
new OneChat(),
new OneBot(),
new Onesender(),
new Opsgenie(),