mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-04 16:49:35 +00:00
[RedditBridge] Add sort by comment count
This commit is contained in:
parent
6932650aca
commit
0f4ec8c096
@ -38,7 +38,8 @@ class RedditBridge extends BridgeAbstract
|
||||
'Hot' => 'hot',
|
||||
'Relevance' => 'relevance',
|
||||
'New' => 'new',
|
||||
'Top' => 'top'
|
||||
'Top' => 'top',
|
||||
'Comments' => 'comments'
|
||||
],
|
||||
'defaultValue' => 'Hot'
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user