Fix appearance settings crash (#7131)

This commit is contained in:
Šimon Brandner 2021-11-12 18:38:04 +01:00 committed by GitHub
parent a057ec18ca
commit 365950e366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1166,7 +1166,7 @@ export default class EventTile extends React.Component<IProps, IState> {
|| this.state.actionBarFocused);
const room = MatrixClientPeg.get().getRoom(this.props.mxEvent.getRoomId());
const thread = room.findThreadForEvent?.(this.props.mxEvent);
const thread = room?.findThreadForEvent?.(this.props.mxEvent);
// Thread panel shows the timestamp of the last reply in that thread
const ts = this.props.tileShape !== TileShape.ThreadPanel