Remove automatic rageshakes on UTD labs feature (#32778)
* Remove automatic rageshakes on UTD feature * remove unused setting name * Remove unused lab group * Reduce count by 1
This commit is contained in:
@@ -44,7 +44,6 @@ import * as Rooms from "../../Rooms";
|
||||
import * as Lifecycle from "../../Lifecycle";
|
||||
// LifecycleStore is not used but does listen to and dispatch actions
|
||||
import "../../stores/LifecycleStore";
|
||||
import "../../stores/AutoRageshakeStore";
|
||||
import PageType from "../../PageTypes";
|
||||
import createRoom, { type IOpts } from "../../createRoom";
|
||||
import { _t, _td } from "../../languageHandler";
|
||||
|
||||
@@ -75,16 +75,6 @@ export default class LabsUserSettingsTab extends React.Component<EmptyObject> {
|
||||
.getOrCreate(LabGroup.Experimental, [])
|
||||
.push(<SettingsFlag key="lowBandwidth" name="lowBandwidth" level={SettingLevel.DEVICE} />);
|
||||
|
||||
groups
|
||||
.getOrCreate(LabGroup.Analytics, [])
|
||||
.push(
|
||||
<SettingsFlag
|
||||
key="automaticDecryptionErrorReporting"
|
||||
name="automaticDecryptionErrorReporting"
|
||||
level={SettingLevel.DEVICE}
|
||||
/>,
|
||||
);
|
||||
|
||||
labsSections = (
|
||||
<>
|
||||
{sortBy(Array.from(groups.entries()), "0").map(([group, flags]) => (
|
||||
|
||||
Reference in New Issue
Block a user