-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open IRCS links #1854
Comments
Do you mean it should open the link in your IRCS link handler i.e an IRC client or it should do magic to figure out whether you can access that channel over a Matrix IRC bridge? |
I meant that it should handle the link like https://riot.im/app/#/room/#matrixhq:matrix.org |
I don't think Riot should claim to be an IRC client by implementing the link handler What happens when there isn't an IRC bridge for that network? Then Riot just claimed to be able to handle something that it cannot so it'll be more annoying to have to open your IRC client and join the room manually. What happens if you are hosting your own IRC bridge? Then Riot is going to join the room using some public bridge which probably isn't what you want. |
The behavior could be configured in Riot, general 'private bridge' settings and server-specific settings, or to turn it completely off (let your IRC client get the link). |
Instead of taking over the URL schemes, we can watch for URLs that match the bridge information from matrix-org/matrix-spec-proposals#2346 This would be for links within the app from messages or maybe some command |
I'm using Matrix with many IRC channels, links like ircs://irc.mozilla.org/bugzilla should work.
Opening the link should bring you to the channel preview.
This could be a desktop-only thing, though the technologies do not restrict that it could also work with the web version.
The text was updated successfully, but these errors were encountered: