mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-01 18:25:05 -05:00
raise front page limit to 50 until we have a better solution to the listing changing between next/prev
This commit is contained in:
@@ -290,7 +290,7 @@ class Subreddit(Thing, Printable):
|
||||
return [s._id for s in pop_reddits] if ids else list(pop_reddits)
|
||||
|
||||
@classmethod
|
||||
def user_subreddits(cls, user, limit = 25):
|
||||
def user_subreddits(cls, user, limit = 50):
|
||||
"""subreddits that appear in a user's listings. returns the default
|
||||
srs if there are no subscriptions."""
|
||||
if user and user.has_subscribed:
|
||||
|
||||
Reference in New Issue
Block a user