mirror of
https://github.com/flarum/framework.git
synced 2025-05-25 08:09:57 +08:00
Fix #627
This commit is contained in:
@ -115,7 +115,7 @@ export default class DiscussionList extends Component {
|
||||
map.latest = '-lastTime';
|
||||
map.top = '-commentsCount';
|
||||
map.newest = '-startTime';
|
||||
map.oldest = '+startTime';
|
||||
map.oldest = 'startTime';
|
||||
|
||||
return map;
|
||||
}
|
||||
|
Reference in New Issue
Block a user