this post was submitted on 02 Jun 2025
4 points (100.0% liked)

Summit

1003 readers
16 users here now

Community to discuss Summit, an open-source Lemmy reader for Android.

App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit

APK: https://github.com/idunnololz/summit-for-lemmy/releases

Source: https://github.com/idunnololz/summit

Support the app

Support me on Patreon

Website: https://summit.idunnololz.com/

founded 2 years ago
MODERATORS
 

When logged into a private instance, post thumbnails don't load. This is because Lemmy will reject all requests that aren't authenticated when the instance is set to private (thumbnails load after setting the instance back to public) and it seems to expect the HTTP call to contain the JWT in the cookies.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 week ago* (last edited 1 week ago) (1 children)

This is really weird. I created a Lemmy server to test with and I have the instance set to private:

I created a few posts on my server with images. I expected the images to only be viewable if signed in however I can see them even when I'm not signed in. I'm not sure what is wrong.

Update: Oh it looks like if I upload the image with a non-admin account it works. I will look into the issue tomorrow.

[–] [email protected] 2 points 1 week ago (1 children)

Hello,

Thanks for looking into this issue. I'm not sure my original post was clear enough, but the issue also impacts links thumbnails.

[–] [email protected] 2 points 1 week ago (1 children)

yep. I made sure to fix both. The fix will be in the next release.

[–] [email protected] 2 points 1 week ago

Nice, thank you!