this post was submitted on 02 Oct 2025
20 points (100.0% liked)

Summit

1148 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
 

Not sure how you'd go about fixing this. But in the comment https://sopuli.xyz/comment/19414295 is a link to https://www.youtube.com/c/Partiz%C3%A1nm%C3%A9dia/streams that Summit tries to open as a community. Maybe you can continue on to the normal Android link handling if no Lemmy or Piefed API can be found on the server.

top 1 comments
sorted by: hot top controversial new old
[–] admiralpatrick@lemmy.world 9 points 2 weeks ago* (last edited 2 weeks ago)

Tesseract used to have that same bug. To fix it, I now poll /api/v3/federated_instances at startup and save those to a lookup variable. Before localizing a community, user, post, or comment link, it checks to see if the domain is to a known federated instance by looking for it in the list of federated instances.

There may be other ways to solve that problem, but that was what I went with. Bonus is it doesn't require any extra network calls beyond the one to fetch the list of federated instances at startup.