chat scrollback performance improved

This commit is contained in:
unknown 2021-08-21 18:39:21 +05:30
parent ac4c0ec1f6
commit e971069595
3 changed files with 6 additions and 5 deletions

View file

@ -32,6 +32,7 @@ class RoomTimeline extends EventEmitter {
}
if (this.ongoingDecryptionCount !== 0) return;
if (this.isOngoingPagination) return;
this.emit(cons.events.roomTimeline.EVENT);
};