mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Changed ordering of mentions
refs https://github.com/TryGhost/Team/issues/2434
This commit is contained in:
parent
17e0c0b856
commit
f0cf740df5
@ -15,7 +15,7 @@ export default class MentionsController extends Controller {
|
||||
|
||||
@task
|
||||
*loadMentionsTask() {
|
||||
const mentions = yield this.store.query('mention', {});
|
||||
const mentions = yield this.store.query('mention', {order: 'created_at desc'});
|
||||
this.mentionsList = mentions;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user