From f5793b11bb21839116ac7d3983d47828b70ec586 Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 11 Sep 2023 20:23:13 +0200 Subject: [PATCH] Fix error on `status` type notification (bell icon) (#26884) --- app/services/notify_service.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/services/notify_service.rb b/app/services/notify_service.rb index 06b48d5586..125883b153 100644 --- a/app/services/notify_service.rb +++ b/app/services/notify_service.rb @@ -8,6 +8,7 @@ class NotifyService < BaseService admin.sign_up update poll + status ).freeze def call(recipient, type, activity)