mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Change discussion list sorting labels
This commit is contained in:
@@ -112,8 +112,8 @@ export default class DiscussionList extends Component {
|
||||
if (this.props.params.q) {
|
||||
map.relevance = '';
|
||||
}
|
||||
map.recent = '-lastTime';
|
||||
map.replies = '-commentsCount';
|
||||
map.latest = '-lastTime';
|
||||
map.top = '-commentsCount';
|
||||
map.newest = '-startTime';
|
||||
map.oldest = '+startTime';
|
||||
|
||||
|
Reference in New Issue
Block a user