torhve / weechat-matrix-protocol-script

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

Add option to disable the sending of read receipts #96

Closed Ezwen closed 6 years ago

Ezwen commented 6 years ago

It would be great to have a simple option to disable the sending of read receipts.

In the meantime, is it documented which lines to change/comment to disable sending these receipts?

thanks!

erdnaxeli commented 6 years ago

You can comment the ligne 1315. This will still move your read marker, but disable the send receipt.

I will add an option for that.

gurucubano commented 6 years ago

In this context: Can we have an option too so the other side is not seeing 'user is typing'? Thanks