[#67] Clickable title section on Tootik instances doesn't work right
Compare the two links below. On my capsule, the header points to the capsule root, gemini.locrian.zone/index.gmi. But on my Tootik instance, it points to the parent directory, which doesn't contain anything useful. I'd expect the header to go to the root, tootik.locrian.zone, instead.
gemini.locrian.zone/bookmarks/games.gmi
toot.locrian.zone/users/outbox/1474c28fffba27c281835036a0030b3e68abbdcad5f09e3c1a605a21529819a6
#feature
๐ Issue #67 in s/Lagrange-Issues
2023-12-18 ยท 2 years ago
1 Comment
๐๏ธ skyjake [mod...] ยท 2023-12-19 at 15:23:
The feature is working as intended, however the problem is that it thinks the URL refers to a user called "outbox" and treats /users/outbox as the capsule root.
I think in this case a site-specific setting would be useful for disabling the user root detection.
For context, "/users/name" is treated the same as "/~name" because that's how gemini.circumlunar.space works.
Source