Removing the domain like this transforms it into a local link which prevents the instance redirection. Doing this will make it easier for newcomers to join your community and participate in discussions!
Those interested can monitor Github issues #369 & #1048 for when this UI bug is fixed!
If you are using the mlem app to browse, the good link will crash your app so don’t click it for now. They are aware and it is raised as an issue in their github.
There is an issue with this. If nobody on the instance of the user that clicks the link is subscribed to that community, this will result in a 404 error. If at least one person on the instance is subscribed, it'll work. In a browser. Not in Jerboa.
Yes, unfortunately. This is one of those situations where it's technically less user friendly to browse on a smaller instance (since large instances are more likely to already be subscribed to a given random community). Of course, this issue affects anyone who tries to visit a given community via their home instance, not just people using this particular link style.
Right now this problem is being tracked on the backend Github as #2951. Hopefully they manage to sand off this particular rough edge ASAP.
This issue should be fixed now in the edited version of my post. I made a rather silly mistake in the original version that @[email protected] helped me solve.
YSK that a URL without a protocol or domain is a relative URL.
It's "relative" to the page that it's displayed on.
Your browser fills in the protocol and domain from the URL of the page you're on when you click on it. That's how it stays local to the instance that you're viewing it on.
It'd be sweet if we could automate the process of discovering the community so that 9 times out of 10 we don't have to then search for the community and refresh the page to see it.
Of course! Perhaps one of the greatest public goods to come out of FOSS is the public bug tracker. Not a "known issue" list, not a "ticket system", but rather a place where you can see work happening on your issue in realtime.
Hmm this still doesn't quite work for those of us visiting from kbin because from kbin we access this community as: https://kbin.social/m/[email protected]/ so even the /c/ doesn't match up.
We probably will need some special markup that each instance converts to their own local community / magazine format.
Unfortunately, no. For posts/comments, there's currently no way to create cross-instance permalinks. You can follow progress on fixing that issue via Github #2987.