mirror of
https://github.com/flarum/core.git
synced 2025-07-21 16:51:34 +02:00
Fix user activity load more
This commit is contained in:
@@ -44,10 +44,10 @@ export default class ActivityPage extends UserPage {
|
||||
this.loadResults().then(this.parseResults.bind(this));
|
||||
}
|
||||
|
||||
loadResults(start) {
|
||||
loadResults(offset) {
|
||||
return app.store.find('activity', {
|
||||
users: this.user().id(),
|
||||
start,
|
||||
page: {offset},
|
||||
type: this.props.filter
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user