From e25bc38ca91475277ea4dc6d5bf203f82dc11b0f Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 16 Jul 2015 10:04:29 -0700 Subject: [PATCH] revert changes on Post#slow_query? #2441 --- app/models/post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/post.rb b/app/models/post.rb index 4797ae5d2..aa0b812c3 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -1012,7 +1012,7 @@ class Post < ActiveRecord::Base end def slow_query?(tags) - !CurrentUser.is_gold? && (CurrentUser.safe_mode? || tags.blank? || tags =~ /(?:#{Tag::METATAGS}):/ || tags =~ / /) + tags.blank? end def fast_count(tags = "", options = {})