Fix jump to bottom button being always displayed in non-overflowing timelines (#8460)

This commit is contained in:
Šimon Brandner 2022-05-02 03:38:36 +02:00 committed by GitHub
parent d294dad04d
commit 3a245a0cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 12 deletions

View file

@ -216,7 +216,6 @@ function createRoomState(room: Room, narrow: boolean): IRoomState {
showRightPanel: true,
joining: false,
atEndOfLiveTimeline: true,
atEndOfLiveTimelineInit: false,
showTopUnreadMessagesBar: false,
statusBarVisible: false,
canReact: false,