quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
651 stars 108 forks source link

Handle matrix.to URIs #213

Open KitsuneRal opened 7 years ago

KitsuneRal commented 7 years ago

This is roughly equivalent to:

KitsuneRal commented 6 years ago

As #341 is prioritised now, this one boils down to detection and conversion of matrix.to URIs to mx: URIs.

Seirdy commented 6 years ago

It would be great if Q could also get Riot's "Reply" feature using matrix.to URLs. Currently, other peoples' replies show up properly as "in relation to" links, but it's impossible to make a reply.

KitsuneRal commented 6 years ago

It's a separate feature, pending library support: https://github.com/QMatrixClient/libqmatrixclient/issues/245

KitsuneRal commented 5 years ago

Resolving links to events is pending a larger rework in the library (https://github.com/QMatrixClient/libqmatrixclient/issues/252), postponed to a later version.