mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
chat scrollback performance improved
This commit is contained in:
parent
ac4c0ec1f6
commit
e971069595
3 changed files with 6 additions and 5 deletions
|
|
@ -32,6 +32,7 @@ class RoomTimeline extends EventEmitter {
|
|||
}
|
||||
|
||||
if (this.ongoingDecryptionCount !== 0) return;
|
||||
if (this.isOngoingPagination) return;
|
||||
this.emit(cons.events.roomTimeline.EVENT);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue