mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
builder: Add all sorts to SORT_OPERATOR_BY_NAME
This commit is contained in:
@@ -921,6 +921,9 @@ SORT_OPERATOR_BY_NAME = {
|
||||
"controversial": operators.desc('_controversy'),
|
||||
"confidence": operators.desc('_confidence'),
|
||||
"qa": operators.desc('_qa'),
|
||||
"hot": operators.desc('_hot'),
|
||||
"top": operators.desc('_score'),
|
||||
"random": operators.shuffled('_confidence'),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user