diff options
-rw-r--r-- | app/models/custom_filter.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/custom_filter.rb b/app/models/custom_filter.rb index f60c42121..f60ca28d3 100644 --- a/app/models/custom_filter.rb +++ b/app/models/custom_filter.rb @@ -33,8 +33,6 @@ class CustomFilter < ApplicationRecord FilterFeedsWorker.perform_async(account_id) end - private - def remove_cache redis.del("filtered_statuses:#{account_id}") end |