You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Open thread view when linking thread root (#7195)
This commit is contained in:
@@ -420,6 +420,14 @@ export class RoomView extends React.Component<IRoomProps, IRoomState> {
|
|||||||
} else {
|
} else {
|
||||||
newState.initialEventId = initialEventId;
|
newState.initialEventId = initialEventId;
|
||||||
newState.isInitialEventHighlighted = RoomViewStore.isInitialEventHighlighted();
|
newState.isInitialEventHighlighted = RoomViewStore.isInitialEventHighlighted();
|
||||||
|
|
||||||
|
if (thread && initialEvent?.isThreadRoot) {
|
||||||
|
dispatchShowThreadEvent(
|
||||||
|
thread.rootEvent,
|
||||||
|
initialEvent,
|
||||||
|
RoomViewStore.isInitialEventHighlighted(),
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user