mirror of
https://github.com/flarum/core.git
synced 2025-07-27 03:30:28 +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()
|
mentioned: this.user.id()
|
||||||
},
|
},
|
||||||
page: {offset, limit: this.loadLimit},
|
page: {offset, limit: this.loadLimit},
|
||||||
sort: '-time'
|
sort: '-createdAt'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user