From af018df5242e041757227e3acf5310f20de57a76 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 17 Oct 2024 11:42:20 +0200 Subject: [PATCH] Fix follow notifications being filtered Fixes #32441 --- app/models/notification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/notification.rb b/app/models/notification.rb index 695f39a316..36dc3f396d 100644 --- a/app/models/notification.rb +++ b/app/models/notification.rb @@ -47,7 +47,7 @@ class Notification < ApplicationRecord filterable: true, }.freeze, follow: { - filterable: true, + filterable: false, }.freeze, follow_request: { filterable: true,