|
@@ -13,6 +13,8 @@ module.exports = function(crowi) {
|
|
|
|
|
|
|
|
const slack = {};
|
|
const slack = {};
|
|
|
|
|
|
|
|
|
|
+ // create notification from bot
|
|
|
|
|
+
|
|
|
const postWithIwh = function(messageObj) {
|
|
const postWithIwh = function(messageObj) {
|
|
|
return new Promise((resolve, reject) => {
|
|
return new Promise((resolve, reject) => {
|
|
|
const client = new Slack();
|
|
const client = new Slack();
|