diff --git a/app/logical/post_query_builder.rb b/app/logical/post_query_builder.rb index 46b8613e1..d56fdcef0 100644 --- a/app/logical/post_query_builder.rb +++ b/app/logical/post_query_builder.rb @@ -114,7 +114,7 @@ class PostQueryBuilder if CurrentUser.safe_mode? relation = relation.where(:rating => "s") - relation = relation.where("created_at <= ?", 3.months.ago) + # relation = relation.where("created_at <= ?", 3.months.ago) end relation = add_range_relation(q[:post_id], "posts.id", relation)