[Release] Fixes around threads beta in degraded mode (#8319)

* Fix soft crash around the thread panel in degraded mode

* Better specify fallback key

* Hide MAB Threads prompt if user would have degraded mode

* Confirm user wants to enable Threads beta if in degraded mode

* Fix copy
This commit is contained in:
Michael Telatynski
2022-04-14 12:07:43 +01:00
committed by GitHub
parent 5f356093fd
commit 1c1d5ea5a9
7 changed files with 82 additions and 8 deletions

View File

@@ -286,7 +286,7 @@ const ThreadPanel: React.FC<IProps> = ({
/>
{ timelineSet && (
<TimelinePanel
key={timelineSet.getFilter().filterId}
key={timelineSet.getFilter()?.filterId ?? (roomId + ":" + filterOption)}
ref={timelinePanel}
showReadReceipts={false} // No RR support in thread's MVP
manageReadReceipts={false} // No RR support in thread's MVP