matrix-org / matrix.to

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

Remove url encoding from android element:// links #260

Closed AndrewRyanChama closed 2 years ago

AndrewRyanChama commented 2 years ago

248 introduced url encoding for the android element:// link but this caused a regression because the encoded url cannot be picked up by android's filters. See #259

This returns the android url to its previous form which still worked.

Fixes #259