forwarder: send read receipt

This commit is contained in:
Peter Cai 2021-01-16 21:36:07 +08:00
parent e8cc187c00
commit 74a4bd2563
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ module.exports = class Forwarder {
}
onMatrixMessage(event, room, toStartOfTimeline) {
this.clientMatrix.sendReadReceipt(event);
if (toStartOfTimeline) {
return; // Ignore pagniation
}