mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
Update server/notification-providers/matrix.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
co-authored by
Adam Stachowicz
parent
8c357a04bf
commit
d7cc585101
@@ -3,7 +3,6 @@ const axios = require("axios");
|
||||
const Crypto = require('crypto')
|
||||
|
||||
class Matrix extends NotificationProvider {
|
||||
|
||||
name = "matrix";
|
||||
|
||||
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
|
||||
|
||||
Reference in New Issue
Block a user