mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-22 19:01:27 +00:00
Adding back newest_comment_time to PostAggregates (#227)
Context: https://github.com/LemmyNet/lemmy/issues/4351 Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
This commit is contained in:
parent
b2b290b69b
commit
fcee76937b
1 changed files with 1 additions and 0 deletions
|
@ -8,4 +8,5 @@ export interface PostAggregates {
|
|||
upvotes: /* integer */ number;
|
||||
downvotes: /* integer */ number;
|
||||
published: string;
|
||||
newest_comment_time: string;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue