mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +02:00
Fix user mentions page
This commit is contained in:
@@ -18,7 +18,7 @@ export default class MentionsUserPage extends PostsUserPage {
|
||||
mentioned: this.user.id()
|
||||
},
|
||||
page: {offset, limit: this.loadLimit},
|
||||
sort: '-time'
|
||||
sort: '-createdAt'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user