this post was submitted on 10 Sep 2023
4 points (75.0% liked)
Summit
773 readers
2 users here now
Community to discuss Summit, a 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
Patreon: https://patreon.com/SummitforLemmy
Ko-Fi: https://ko-fi.com/summitforlemmy
Website: https://summit.idunnololz.com/
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks for reporting this! I've looked into the issue.
To try to standardize how communities are loaded, the app always uses the fully qualified name when loading communities. That is it loads communities using the name
[community_name]@[instance]
.This works for most instances but for some reason
burggit.moe
appears to be blocking any queries to[community_name]@burggit.moe
. This might be a misconfiguration from the admins ofburggit.moe
? It's possible they have configured their instance to be white list only (eg. only instances they whitelist will be supported) and did not whitelist their own instance? I'm just guessing here.I can add a fix in the next update to whitelist
burggit.moe
so fully qualified names will not be used on that instance.