mirror of https://github.com/vector-im/riot-web
Merge pull request #4755 from matrix-org/jryans/send-read-marker-immed
Send read marker updates immediately after moving visuallypull/21833/head
commit
de003bc78f
|
@ -798,6 +798,9 @@ const TimelinePanel = createReactClass({
|
|||
readMarkerVisible: false,
|
||||
});
|
||||
}
|
||||
|
||||
// Send the updated read marker (along with read receipt) to the server
|
||||
this.sendReadReceipt();
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue