Improve thread partitioning for 2nd degree relations (#7748)
This commit is contained in:
@@ -63,6 +63,7 @@ const RoomContext = createContext<IRoomState>({
|
||||
matrixClientIsReady: false,
|
||||
dragCounter: 0,
|
||||
timelineRenderingType: TimelineRenderingType.Room,
|
||||
threadId: undefined,
|
||||
liveTimeline: undefined,
|
||||
});
|
||||
RoomContext.displayName = "RoomContext";
|
||||
|
||||
Reference in New Issue
Block a user