tulir / gomuks

A terminal based Matrix client written in Go.
https://maunium.net/go/gomuks
GNU Affero General Public License v3.0
1.34k stars 120 forks source link

Link to room does contain its ID which seems to not always work #376

Open georgkrause opened 2 years ago

georgkrause commented 2 years ago

At first, I am super confused about this one, so it might be totally nonsense, but I report anyway to see if we can get some solution:

When I want to link to a channel, I start typing #funkwhale-dev (which is the room name) and hit Tab, which results in some link like this:

[#funkwhale-dev:matrix.org](https://matrix.to/#/!nNBDNverFlbfNpReEO:matrix.org)

Which seems to work fine if the person who clicks on the link in Element is already member of the channel and its server knows it. If not, this fails. On the other hand the join seems to work fine from outside of element, eg if the link is somewhere in this so called internet.

Is this something to address in gomuks, or is this intended and Element just simply does weird things?

Thanks for your great work, have a nice time! :)