This commit is contained in:
KMY 2024-12-04 09:02:09 +09:00
parent 4b6103d618
commit 2af34ac0d9

View file

@ -28,7 +28,7 @@ class FeedInsertWorker
check_and_insert
end
perform_notify_for_list if !feed_filtered? && notify_for_list?
perform_notify_for_list if !feed_filter && notify_for_list?
rescue ActiveRecord::RecordNotFound
true
end