Person post unread comments (#74)

* Add unread post comments.

* v0.17.0-rc.42
This commit is contained in:
Dessalines 2022-09-27 15:32:53 -04:00 committed by GitHub
parent c3b76c88b0
commit f7d19d1aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,6 +109,7 @@ export class PostView {
@Transform(({ value }) => toUndefined(value), { toPlainOnly: true })
@Expose()
my_vote: Option<number>;
unread_comments: number;
}
export class PostReportView {