quotient-im / libQuotient

A Qt library to write cross-platform clients for Matrix
https://quotient-im.github.io/libQuotient/
GNU Lesser General Public License v2.1
133 stars 56 forks source link

Provide at least basic implementation for notifications/highlights detection #591

Open KitsuneRal opened 1 year ago

KitsuneRal commented 1 year ago

As of 0.7, there's a stub Room::checkForNotifications() virtual function that clients have to override to make the library code for notifications/highlights work in a meaningful way. Even without full-blown push-rules support, some basic things like mentioning by MXID could be covered (see QuaternionRoom in Quaternion 0.0.95 for inspiration).

KitsuneRal commented 5 months ago

Related: #107.