matrix-org / matrix.to

A simple stateless privacy-protecting URL redirecting service for Matrix
http://matrix.to
Apache License 2.0
934 stars 201 forks source link

Try open matrix: links before showing clients #223

Open bwindels opened 3 years ago

bwindels commented 3 years ago

Fixes #192

DanilaFe commented 3 years ago

This is now out of date; I am working on getting this PR up to speed with the new designs.

DanilaFe commented 3 years ago

Confusingly, Nheko (the only other native client) uses matrix: links as its deep link. This means that when trying to open Nheko when it's chosen as the "preferred" client, we will actually try to open literally any client (including web ones) that supports the scheme.

ShadowJonathan commented 3 years ago

I recommend adding "fixes #192" in the PR description, that way github will link this PR as a potential closer for that issue.

deepbluev7 commented 2 years ago

@DanilaFe I was just lazy and wanted an easy way to open a room in Nheko. Once this lands, we can probably just remove the open button for Nheko. :3