mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Temorarily roll back allow_top change while we migrate
This commit is contained in:
@@ -276,7 +276,7 @@ class Subreddit(Thing, Printable):
|
||||
by popularity"""
|
||||
pop_reddits = Subreddit._query(Subreddit.c.type == ('public',
|
||||
'restricted'),
|
||||
Subreddit.c.allow_top == True,
|
||||
# Subreddit.c.allow_top == True,
|
||||
sort=desc('_downs'),
|
||||
limit = limit,
|
||||
data = True,
|
||||
|
||||
Reference in New Issue
Block a user