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 })
|
||||
@Expose()
|
||||
my_vote: Option<number>;
|
||||
unread_comments: number;
|
||||
}
|
||||
|
||||
export class PostReportView {
|
||||
|
|
Loading…
Reference in a new issue