Browse Source

use app:title for username to notify

Yuki Takei 8 năm trước cách đây
mục cha
commit
446a47c40d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/util/slack.js

+ 1 - 1
lib/util/slack.js

@@ -206,7 +206,7 @@ module.exports = function(crowi) {
 
     var message = {
       channel: '#' + channel,
-      username: 'Crowi',
+      username: config.crowi['app:title'],
       text: this.getSlackMessageText(page.path, user, updateType),
       attachments: [attachment],
     };