Pārlūkot izejas kodu

notification text for comment

sou 8 gadi atpakaļ
vecāks
revīzija
363bf09a6e
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      lib/util/slack.js

+ 3 - 0
lib/util/slack.js

@@ -134,6 +134,9 @@ module.exports = function(crowi) {
     if (updateType == 'create') {
       text = `:white_check_mark: ${user.username} created a new page! ${pageUrl}`;
     }
+    else if (updateType == 'comment') {
+      text = `:speech_balloon: ${user.username} commented on ${pageUrl}`;
+    }
     else {
       text = `:up: ${user.username} updated ${pageUrl}`;
     }