Просмотр исходного кода

Revert "notification text for comment"

This reverts commit 363bf09a6e8af952bb83ad461cd9f735b4416909.
sou 7 лет назад
Родитель
Сommit
4c9f803352
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      lib/util/slack.js

+ 0 - 3
lib/util/slack.js

@@ -134,9 +134,6 @@ 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}`;
     }