1
0
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:
Toby Zerner
2018-09-21 11:52:13 +09:30
parent 6700eeecfd
commit f11562f27b

View File

@@ -18,7 +18,7 @@ export default class MentionsUserPage extends PostsUserPage {
mentioned: this.user.id()
},
page: {offset, limit: this.loadLimit},
sort: '-time'
sort: '-createdAt'
});
}
}