feat(Slack): support Slack transport (#14)

This commit is contained in:
Olivier Lambert 2016-11-23 10:02:01 +01:00 committed by Julien Fontanet
parent b87ad2df54
commit 13e4568d3b

View File

@ -153,6 +153,9 @@ class BackupReportsXoPlugin {
xo.sendToXmppClient && xo.sendToXmppClient({
to: this._xmppReceivers,
message: markdown
}),
xo.sendSlackMessage && xo.sendSlackMessage({
message: markdown
})
])
}