mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
client: Checkin disable sending of read receipt for now.
This commit is contained in:
parent
db9e5f3b78
commit
ebdb0896bb
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ room.receipt.__proto__ = function(room)
|
|||
|
||||
room.receipt.send = async function(event_id, type = "m.read", opts = {})
|
||||
{
|
||||
return false;
|
||||
|
||||
if(this.control.receipt_in_progress)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue