Adding NewComments sort.

This commit is contained in:
Dessalines 2021-02-10 14:23:20 -05:00
parent a564816fe5
commit 4fce7a0859
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ export interface PostAggregates {
score: number;
upvotes: number;
downvotes: number;
newest_comment_time_necro: string;
newest_comment_time: string;
}

View file

@ -74,6 +74,7 @@ export enum SortType {
TopYear = 'TopYear',
TopAll = 'TopAll',
MostComments = 'MostComments',
NewComments = 'NewComments',
}
export enum ListingType {