Matrix Notifications

This commit is contained in:
Gero Gerke
2021-10-05 20:03:56 +02:00
parent c1501742f5
commit 5decfb9fad
5 changed files with 68 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ import Apprise from "./Apprise.vue";
import Pushbullet from "./Pushbullet.vue";
import Line from "./Line.vue";
import Mattermost from "./Mattermost.vue";
import Matrix from "./Matrix.vue";
/**
* Manage all notification form.
@@ -38,7 +39,8 @@ const NotificationFormList = {
"apprise": Apprise,
"pushbullet": Pushbullet,
"line": Line,
"mattermost": Mattermost
"mattermost": Mattermost,
"matrix": Matrix
}
export default NotificationFormList