mirror of
https://github.com/flarum/core.git
synced 2025-07-11 20:06:23 +02:00
Fix discussion and post list sorting
This commit is contained in:
@ -114,7 +114,7 @@ export default class PostsUserPage extends UserPage {
|
||||
type: 'comment'
|
||||
},
|
||||
page: {offset, limit: this.loadLimit},
|
||||
sort: '-time'
|
||||
sort: '-createdAt'
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user