mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-08-07 11:24:59 +00:00
feat: add Ooredoo (Maldives) SMS notification provider (#7571)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ffa791da8b
commit
8854e00a92
@@ -37,6 +37,7 @@ 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 Ooredoo = require("./notification-providers/ooredoo");
|
||||
const Opsgenie = require("./notification-providers/opsgenie");
|
||||
const JiraServiceManagement = require("./notification-providers/jira-service-management");
|
||||
const PagerDuty = require("./notification-providers/pagerduty");
|
||||
@@ -150,6 +151,7 @@ class Notification {
|
||||
new OneChat(),
|
||||
new OneBot(),
|
||||
new Onesender(),
|
||||
new Ooredoo(),
|
||||
new Opsgenie(),
|
||||
new JiraServiceManagement(),
|
||||
new PagerDuty(),
|
||||
|
||||
Reference in New Issue
Block a user