You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Fix soft crash around the thread panel in degraded mode (#8261)
This commit is contained in:
committed by
GitHub
parent
0aa8b93c07
commit
9f8c208516
@@ -286,7 +286,7 @@ const ThreadPanel: React.FC<IProps> = ({
|
|||||||
/>
|
/>
|
||||||
{ timelineSet && (
|
{ timelineSet && (
|
||||||
<TimelinePanel
|
<TimelinePanel
|
||||||
key={timelineSet.getFilter().filterId}
|
key={timelineSet.getFilter()?.filterId ?? (roomId + ":" + filterOption)}
|
||||||
ref={timelinePanel}
|
ref={timelinePanel}
|
||||||
showReadReceipts={false} // No RR support in thread's MVP
|
showReadReceipts={false} // No RR support in thread's MVP
|
||||||
manageReadReceipts={false} // No RR support in thread's MVP
|
manageReadReceipts={false} // No RR support in thread's MVP
|
||||||
|
|||||||
Reference in New Issue
Block a user