Don't regenerate RoomListStore state for notifs/scrollback/etc.
Only do so for the live timeline of rooms.
This commit is contained in:
parent
3f6c15506c
commit
32130fbc28
2 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,8 @@ function createRoomTimelineAction(matrixClient, timelineEvent, room, toStartOfTi
|
|||
action: 'MatrixActions.Room.timeline',
|
||||
event: timelineEvent,
|
||||
isLiveEvent: data.liveEvent,
|
||||
isLiveUnfilteredRoomTimelineEvent:
|
||||
room && data.timeline.getTimelineSet() === room.getUnfilteredTimelineSet(),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue