Expose pending 2 (#662)
* Updating translations. * Adding better subscribe type. * Fix extra pending string.
This commit is contained in:
parent
d905c91e1b
commit
46c610990a
6 changed files with 32 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue