Hi, thank you for the feedback. Just to double check, this is happening on the latest version? And it's when you click 'Download' within the image views?
Thumbnails might be a problem as I think people may expect the full image when they click Download but it shouldn't be crashing regardless!
Hi, thanks for the feedback! I did some investigation and it looks like this is sort of a Lemmy issue sort of a Connect issue. Looks like the API always returns the comments from the same page so any comments after the limit are lost. Using that linked post as an example check out these API calls:
I checked through the Lemmy Github and found this issue https://github.com/LemmyNet/lemmy/issues/3585 ([Bug]: Pagination doesn't work for GetComments if max_depth is set) so I think it's just a matter of not setting max_depth.
Anyways all of that to say it should be fixed in the next release!
You're fast! Yeah I forgot to include some changes in v100 so it rolled back but should now be resolved. Also added an option for showing upvotes and downvotes.
127.0.0.1