feat(Slack): support Slack transport (#14)
This commit is contained in:
parent
b87ad2df54
commit
13e4568d3b
@ -153,6 +153,9 @@ class BackupReportsXoPlugin {
|
|||||||
xo.sendToXmppClient && xo.sendToXmppClient({
|
xo.sendToXmppClient && xo.sendToXmppClient({
|
||||||
to: this._xmppReceivers,
|
to: this._xmppReceivers,
|
||||||
message: markdown
|
message: markdown
|
||||||
|
}),
|
||||||
|
xo.sendSlackMessage && xo.sendSlackMessage({
|
||||||
|
message: markdown
|
||||||
})
|
})
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user