Browse Source
Update server/notification-providers/matrix.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/567/head
Gero Gerke
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
server/notification-providers/matrix.js
|
|
@ -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) { |
|
|
|