Skip to content

Commit

Permalink
Use author filter parameter instead of q with gambit to get a use…
Browse files Browse the repository at this point in the history
…r's discussions on the `DiscussionsUserPage` (#3068)
  • Loading branch information
iPurpl3x committed Sep 11, 2021
1 parent f56fc11 commit 1b19319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/components/DiscussionsUserPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class DiscussionsUserPage extends UserPage {
super.show(user);

this.state = new DiscussionListState({
q: 'author:' + user.username(),
filter: { author: user.username() },
sort: 'newest',
});

Expand Down

0 comments on commit 1b19319

Please sign in to comment.