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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-22 21:07:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-22 21:07:27 +0300
commit0c6f357040350390191b975c864064b027ec1026 (patch)
treee546c504086b9ca84fbdf297de302a864d976bf1 /app/services/notification_service.rb
parentb52aefb5996cdd22dc969161d414244a59046e6e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/notification_service.rb')
-rw-r--r--app/services/notification_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notification_service.rb b/app/services/notification_service.rb
index 648067e3452..1988d34ee1a 100644
--- a/app/services/notification_service.rb
+++ b/app/services/notification_service.rb
@@ -436,7 +436,7 @@ class NotificationService
return unless recipients.any?
- support_bot = User.support_bot
+ support_bot = Users::Internal.support_bot
recipients.delete(issue.external_author) if note.author == support_bot
recipients.each do |recipient|