diff --git a/src/components/views/rooms/EventTile.tsx b/src/components/views/rooms/EventTile.tsx index dd181e76830..20d9cdf75c7 100644 --- a/src/components/views/rooms/EventTile.tsx +++ b/src/components/views/rooms/EventTile.tsx @@ -1166,7 +1166,7 @@ export default class EventTile extends React.Component { || 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