Expose pending 2 (#662)

* Updating translations.

* Adding better subscribe type.

* Fix extra pending string.
This commit is contained in:
Dessalines 2022-06-23 09:35:53 -04:00 committed by GitHub
parent d905c91e1b
commit 46c610990a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 13 deletions

View file

@ -5,6 +5,7 @@ import {
CommentReportView,
CommentView,
ResolveCommentReport,
SubscribedType,
} from "lemmy-js-client";
import { i18n } from "../../i18next";
import { CommentNode as CommentNodeI } from "../../interfaces";
@ -40,7 +41,7 @@ export class CommentReport extends Component<CommentReportProps, any> {
community: r.community,
creator_banned_from_community: r.creator_banned_from_community,
counts: r.counts,
subscribed: false,
subscribed: SubscribedType.NotSubscribed,
saved: false,
creator_blocked: false,
recipient: None,