diff --git a/src/components/structures/ThreadView.tsx b/src/components/structures/ThreadView.tsx index d1ce19d689..04c7ff576c 100644 --- a/src/components/structures/ThreadView.tsx +++ b/src/components/structures/ThreadView.tsx @@ -130,7 +130,7 @@ export default class ThreadView extends React.Component { }; private setupThread = (mxEv: MatrixEvent) => { - let thread = mxEv.getThread(); + let thread = this.props.room.threads.get(mxEv.getId()); if (!thread) { const client = MatrixClientPeg.get(); // Do not attach this thread object to the event for now