mirror of https://github.com/vector-im/riot-web
Make thread panel re-render the whole timeline on prop change (#8213)
parent
b8040a5739
commit
c9ffea2b53
|
@ -238,6 +238,7 @@ const ThreadPanel: React.FC<IProps> = ({
|
|||
/>
|
||||
{ timelineSet && (
|
||||
<TimelinePanel
|
||||
key={timelineSet.getFilter().filterId}
|
||||
ref={timelinePanel}
|
||||
showReadReceipts={false} // No RR support in thread's MVP
|
||||
manageReadReceipts={false} // No RR support in thread's MVP
|
||||
|
|
Loading…
Reference in New Issue