Fix community comments iso fetch. Fixes #572

This commit is contained in:
Dessalines 2022-02-14 12:34:43 -05:00
parent 399149b278
commit 29c3a47578

View file

@ -213,6 +213,7 @@ export class Community extends Component<any, State> {
type_: ListingType.Community, type_: ListingType.Community,
saved_only: false, saved_only: false,
}; };
this.setName(getCommentsForm, name_);
setOptionalAuth(getCommentsForm, req.auth); setOptionalAuth(getCommentsForm, req.auth);
promises.push(req.client.getComments(getCommentsForm)); promises.push(req.client.getComments(getCommentsForm));
} }