|
|
@@ -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}`;
|
|
|
}
|