mirror of
https://github.com/flarum/core.git
synced 2025-07-12 04:16:24 +02:00
Rename discussion.lastPostedUser
This commit is contained in:
@ -87,7 +87,7 @@ export default class DiscussionList extends Component {
|
||||
* @api
|
||||
*/
|
||||
requestParams() {
|
||||
const params = {include: ['user', 'lastUser'], filter: {}};
|
||||
const params = {include: ['user', 'lastPostedUser'], filter: {}};
|
||||
|
||||
params.sort = this.sortMap()[this.props.params.sort];
|
||||
|
||||
|
Reference in New Issue
Block a user