Fix community comments iso fetch. Fixes #572 (#574)

This commit is contained in:
Dessalines 2022-02-14 12:37:26 -05:00 committed by GitHub
parent 399149b278
commit 7d578d2abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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