Compare commits

...

1 commit

Author SHA1 Message Date
Dessalines
29c3a47578 Fix community comments iso fetch. Fixes #572 2022-02-14 12:34:43 -05:00

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));
}