mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-12 18:08:47 +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',
|
'Hot' => 'hot',
|
||||||
'Relevance' => 'relevance',
|
'Relevance' => 'relevance',
|
||||||
'New' => 'new',
|
'New' => 'new',
|
||||||
'Top' => 'top'
|
'Top' => 'top',
|
||||||
|
'Comments' => 'comments'
|
||||||
],
|
],
|
||||||
'defaultValue' => 'Hot'
|
'defaultValue' => 'Hot'
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user