[REGRESSION] Read messages (#1666)

This commit is contained in:
Diego Mello 2020-02-05 14:31:36 -03:00 committed by GitHub
parent 8f64e65849
commit c63645360b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ export default class RoomSubscription {
});
read = debounce((lastOpen) => {
this.readMessages(this.rid, lastOpen);
RocketChat.readMessages(this.rid, lastOpen);
}, 300);
handleMessageReceived = protectedFunction((ddpMessage) => {