polysoft1 / libmatrix-client

A C++ client for the matrix communication protocol that is designed to not be dependent on specific libraries.
MIT License
2 stars 0 forks source link

Support Read Receipts #13

Closed jaredoconnell closed 3 years ago

jaredoconnell commented 3 years ago

The client currently does not let the server know that the user is online and read messages. This results in the server sending the notifications to mobile, as well as the other people in your room not knowing that you read a message.

There should be a way to set online status, as well as mark messages read.