Fix deleted posts link not being visible to basic members
This commit is contained in:
@@ -55,7 +55,7 @@ module PostSets
|
||||
end
|
||||
|
||||
def has_deleted?
|
||||
CurrentUser.is_gold? && tag_string !~ /status/ && ::Post.tag_match("#{tag_string} status:deleted").exists?
|
||||
tag_string !~ /status/ && ::Post.tag_match("#{tag_string} status:deleted").exists?
|
||||
end
|
||||
|
||||
def has_explicit?
|
||||
|
||||
Reference in New Issue
Block a user