torhve / weechat-matrix-protocol-script

A WeeChat script in Lua that implements the matrix.org chat protocol
349 stars 52 forks source link

Add an option to not send read receipts. #97

Closed erdnaxeli closed 6 years ago

erdnaxeli commented 6 years ago

Note that currently Riot clients use the read receipts to mark a room as read. So disabling them will have the downside that the rooms will stay as unread on Riot clients. It will also prevent synapse to dismiss notifications if any.

See: https://matrix.to/#/!DgvjtOljKujDBrxyHk:matrix.org/$150940327657oICsH:riot.ovh

This fixes #96.

t3chguy commented 6 years ago

Relevant: https://github.com/vector-im/riot-meta/issues/66

torhve commented 6 years ago

Great stuff, thanks.