matrix-org / matrix-ircd

An IRCd implementation backed by Matrix.
Apache License 2.0
225 stars 41 forks source link

Messages not marked as read in other clients #32

Open madduck opened 7 years ago

madduck commented 7 years ago

Using matrix-ircd most of the time means that whenever I open another client, I see hundreds of unread messages thart I've long seen.

IRC doesn't provide for the concept of read-receipts, as far as I know. However, maybe it could just be configured to optionall auto-issue such receipts on the assumption that people using it do consume their messages there anyway?

Or maybe IRCv3 has something in store that we could leverage…?