Improve thread partitioning for 2nd degree relations (#7748)

This commit is contained in:
Germain 2022-02-10 15:18:55 +00:00 committed by GitHub
parent 87ca70edb1
commit 15a9303d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 56 additions and 17 deletions

View file

@ -63,6 +63,7 @@ const RoomContext = createContext<IRoomState>({
matrixClientIsReady: false,
dragCounter: 0,
timelineRenderingType: TimelineRenderingType.Room,
threadId: undefined,
liveTimeline: undefined,
});
RoomContext.displayName = "RoomContext";