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

@@ -29,6 +29,7 @@ import Mattermost from "./Mattermost.vue";
import Nostr from "./Nostr.vue";
import Ntfy from "./Ntfy.vue";
import Octopush from "./Octopush.vue";
import OneChat from "./OneChat.vue";
import OneBot from "./OneBot.vue";
import Onesender from "./Onesender.vue";
import Opsgenie from "./Opsgenie.vue";
@@ -108,6 +109,7 @@ const NotificationFormList = {
"nostr": Nostr,
"ntfy": Ntfy,
"octopush": Octopush,
"OneChat": OneChat,
"OneBot": OneBot,
"Onesender": Onesender,
"Opsgenie": Opsgenie,