matrix-org / matrix.to

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

Allow deeplinking into Nheko via matrix: scheme #200

Closed deepbluev7 closed 3 years ago

deepbluev7 commented 3 years ago

Signed-off-by: Nicolas Werner nicolas.werner@hotmail.de

This is maybe a bit of an ugly workaround, since it basically only implements this for Nheko, but I think this may be a good start and it can be generalized at a later point? It works in my local testing and in the future, we may want to not have this in the client section but instead have a big continue button at the top and the client commands only as a fallback. But some design team would need to look at that and for now this works pretty well.

deepbluev7 commented 3 years ago

Maybe some of this code can even help you there and thank you! <3