mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Search: Restore subreddit results in search api
This commit is contained in:
@@ -1464,7 +1464,7 @@ class SearchPage(BoringPage):
|
||||
def content(self):
|
||||
if not feature.is_enabled('subreddit_search'):
|
||||
return self.content_stack((self.searchbar, self.sr_facets, self.infobar,
|
||||
self.nav_menu, self._content))
|
||||
self.nav_menu, self.subreddits, self._content))
|
||||
|
||||
return self.content_stack((self.searchbar, self.infobar,
|
||||
self.nav_menu, self.subreddits, self._content,
|
||||
|
||||
Reference in New Issue
Block a user