Make thread panel re-render the whole timeline on prop change (#8213)
This commit is contained in:
@@ -238,6 +238,7 @@ const ThreadPanel: React.FC<IProps> = ({
|
|||||||
/>
|
/>
|
||||||
{ timelineSet && (
|
{ timelineSet && (
|
||||||
<TimelinePanel
|
<TimelinePanel
|
||||||
|
key={timelineSet.getFilter().filterId}
|
||||||
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