-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding mark multiple posts as read, and other API changes. #201
Conversation
@@ -9,6 +9,4 @@ export interface CommentAggregates { | |||
downvotes: /* integer */ number; | |||
published: string; | |||
child_count: number; | |||
hot_rank: number; | |||
controversy_rank: number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there supposed to be a controversial sort type to go along with this controversy rank?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, its in SortType
and CommentSortType
.
|
Good call, I'll add those.
That looks merged now, so I'll update it. |
@Nutomic Since the I tried for a bit to fix it, but unfortunately the structs use |
The user export import we should wait on, but I'll make an issue for it. |
Merging so I can get a lemmy-ui RC out. |
No description provided.