-
Notifications
You must be signed in to change notification settings - Fork 68
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
☂️ Support for lemmy 0.19.x #762
Comments
Exciting! Here are a couple initial musings I just wanted to jot down.
|
I saw this linked in LemmyNet/lemmy#3965. I'm still not entirely sure if I should always be returning deleted/removed comments, or just change how they get filtered on the server so that they get returned in more situations than they are currently. Given this is something that is mostly going to affect maintainers for various different lemmy frontends, the input of the contributors here would be quite useful. |
Hey @SleeplessOne1917, thanks for checking in with us! I believe we would prefer that you always return deleted comments. I think dessalines hits the nail on the head in this comment. If the tree is manipulated in any way on the back end, that will make it much harder for us to render on the front end. Now whether you clear the contents, or set it to thunder/lib/inbox/bloc/inbox_bloc.dart Lines 288 to 297 in 274f6fd
|
Thanks for the feedback! I'll go with that then. |
More details about the changes! https://lemmy.ml/post/5711722 |
I'm personally really looking forward to the new "scaled" sort option. |
There is a TODO in #1139 for Lemmy 0.19 now related to marking multiple items as read at a time. The specific code point can be found here prior to the PR merge: https://github.com/Fmstrat/thunder/blob/bfec3984169d458e371e46d8dbd9d471372e10c8/lib/post/utils/post.dart#L50 Basically, there is a |
Description
This is an umbrella issue to track overall changes to support lemmy 0.19.x versions and potential features. As we get more details on the changes in 0.19.x, this issue should be updated to reflect those changes.
Related Posts:
Tracking
Discussion Points
The text was updated successfully, but these errors were encountered: