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:
Will Hunt
2026-03-13 13:55:30 +00:00
committed by GitHub
parent 09bbf796dc
commit 772a443486
13 changed files with 3 additions and 326 deletions
@@ -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";