mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-01-24 02:45:54 +00:00
Person post unread comments (#74)
* Add unread post comments. * v0.17.0-rc.42
This commit is contained in:
parent
c3b76c88b0
commit
f7d19d1aed
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ export class PostView {
|
||||||
@Transform(({ value }) => toUndefined(value), { toPlainOnly: true })
|
@Transform(({ value }) => toUndefined(value), { toPlainOnly: true })
|
||||||
@Expose()
|
@Expose()
|
||||||
my_vote: Option<number>;
|
my_vote: Option<number>;
|
||||||
|
unread_comments: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class PostReportView {
|
export class PostReportView {
|
||||||
|
|
Loading…
Reference in a new issue