about summary refs log tree commit diff
path: root/app/models/custom_filter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/custom_filter.rb')
-rw-r--r--app/models/custom_filter.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/custom_filter.rb b/app/models/custom_filter.rb
index f60ca28d3..bd098c742 100644
--- a/app/models/custom_filter.rb
+++ b/app/models/custom_filter.rb
@@ -26,6 +26,7 @@ class CustomFilter < ApplicationRecord
   after_save :update_feeds
 
   after_destroy :remove_cache
+  after_destroy :update_feeds
 
   private