Implement deep-linking for threads (matrix.to) (#7003)
This commit is contained in:
parent
bc32f05fcb
commit
e20ac7bf1e
8 changed files with 122 additions and 12 deletions
|
@ -574,7 +574,9 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
<div
|
||||
className="mx_ThreadInfo"
|
||||
onClick={() => {
|
||||
dispatchShowThreadEvent(this.props.mxEvent);
|
||||
dispatchShowThreadEvent(
|
||||
this.props.mxEvent,
|
||||
);
|
||||
}}
|
||||
>
|
||||
<span className="mx_ThreadInfo_thread-icon" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue