Skip to content

Commit

Permalink
Use new author key for filtering posts
Browse files Browse the repository at this point in the history
Fixes #2671
  • Loading branch information
askvortsov1 committed Mar 8, 2021
1 parent 91e8b56 commit 612a57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/components/PostsUserPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default class PostsUserPage extends UserPage {
loadResults(offset) {
return app.store.find('posts', {
filter: {
user: this.user.id(),
author: this.user.id(),
type: 'comment',
},
page: { offset, limit: this.loadLimit },
Expand Down

0 comments on commit 612a57c

Please sign in to comment.