Updated dependencies

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2021-11-19 13:20:34 +05:30
parent c6c5b6ff86
commit 4ce2d432d4
5 changed files with 94 additions and 188 deletions
@@ -271,6 +271,7 @@ function RoomViewContent({
};
const handleScrollToLive = () => {
trySendingReadReceipt();
scroll.from = roomTimeline.timeline.size - scroll.limit - 1;
if (scroll.from < 0) scroll.from = 0;
scroll.isNewEvent = true;