Thread list ordering by last reply (#8112)
This commit is contained in:
parent
eb668538aa
commit
d922ee2cb9
2 changed files with 4 additions and 1 deletions
|
@ -501,7 +501,9 @@ export class UnwrappedEventTile extends React.Component<IProps, IState> {
|
|||
}
|
||||
}
|
||||
|
||||
const room = MatrixClientPeg.get().getRoom(this.props.mxEvent.getRoomId());
|
||||
client.decryptEventIfNeeded(this.props.mxEvent);
|
||||
|
||||
const room = client.getRoom(this.props.mxEvent.getRoomId());
|
||||
room?.on(ThreadEvent.New, this.onNewThread);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue