mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Search: Remove remaining subreddit_search feature check
This commit is contained in:
@@ -614,9 +614,7 @@ class SearchSortMenu(SortMenu):
|
||||
|
||||
@class_property
|
||||
def hidden_options(cls):
|
||||
if feature.is_enabled('subreddit_search'):
|
||||
return ['hot']
|
||||
return []
|
||||
return ['hot']
|
||||
|
||||
def make_buttons(self):
|
||||
buttons = super(SearchSortMenu, self).make_buttons()
|
||||
|
||||
Reference in New Issue
Block a user