Added an extra sort option for 'gilded'
Implemented 'gilded' sort both in the banner bar (by pushing the '6' key), and in the prompt (by entering '/subreddit/gilded')
This commit is contained in:
@@ -1579,6 +1579,7 @@ class Subreddit(Messageable, Refreshable):
|
||||
get_hot = _get_sorter('')
|
||||
get_new = _get_sorter('new')
|
||||
get_top = _get_sorter('top')
|
||||
get_gilded = _get_sorter('gilded')
|
||||
|
||||
# Explicit listing selectors
|
||||
get_controversial_from_all = _get_sorter('controversial', t='all')
|
||||
|
||||
Reference in New Issue
Block a user