diff --git a/r2/r2/controllers/listingcontroller.py b/r2/r2/controllers/listingcontroller.py index 1a0d8d795..2ae2f08c9 100644 --- a/r2/r2/controllers/listingcontroller.py +++ b/r2/r2/controllers/listingcontroller.py @@ -322,6 +322,10 @@ class HotController(FixListing, ListingController): limit=srlimit, over18=over18) return normalized_hot(sr_ids) + + elif isinstance(c.site, MultiReddit): + return normalized_hot(c.site.kept_sr_ids) + #if not using the query_cache we still want cached front pages elif (not g.use_query_cache and not isinstance(c.site, FakeSubreddit)