0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 17:48:56 +02:00

client: Checkin disable sending of read receipt for now.

This commit is contained in:
Jason Volk 2018-04-02 16:00:05 -07:00
parent db9e5f3b78
commit ebdb0896bb

View file

@ -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;