Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-11-23 09:55:23 +0300
committerDouwe Maan <douwe@selenight.nl>2016-11-24 13:26:29 +0300
commit6df22f72c6c312199c547e017ce1f947cf88e34c (patch)
treec91130ad2d0bca231dd38d359c061a4227c778c0 /app/services/notification_service.rb
parentd0c0c75ca9568bc3ec00c341a6053623d85e6201 (diff)
Rephrase some system notes to be compatible with new system note style
Diffstat (limited to 'app/services/notification_service.rb')
-rw-r--r--app/services/notification_service.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/services/notification_service.rb b/app/services/notification_service.rb
index ecdcbf08ee1..9a7af5730d2 100644
--- a/app/services/notification_service.rb
+++ b/app/services/notification_service.rb
@@ -171,7 +171,6 @@ class NotificationService
return true unless note.noteable_type.present?
# ignore gitlab service messages
- return true if note.note.start_with?('Status changed to closed')
return true if note.cross_reference? && note.system?
target = note.noteable