You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-05 15:22:09 +03:00
Force enable threads labs flag
This commit is contained in:
@@ -1688,7 +1688,7 @@ class TimelinePanel extends React.Component<IProps, IState> {
|
||||
is very tied to the main room timeline, we are forcing the timeline to
|
||||
send read receipts for threaded events */
|
||||
const isThreadTimeline = this.context.timelineRenderingType === TimelineRenderingType.Thread;
|
||||
if (SettingsStore.getValue("feature_threadstable") && isThreadTimeline) {
|
||||
if (SettingsStore.getValue("feature_threadenabled") && isThreadTimeline) {
|
||||
return 0;
|
||||
}
|
||||
const index = this.state.events.findIndex((ev) => ev.getId() === evId);
|
||||
|
||||
Reference in New Issue
Block a user