diff --git a/src/settings/controllers/CustomStatusController.js b/src/settings/controllers/CustomStatusController.js index 183947972b..0fc6619d92 100644 --- a/src/settings/controllers/CustomStatusController.js +++ b/src/settings/controllers/CustomStatusController.js @@ -23,7 +23,6 @@ export default class CustomStatusController extends SettingController { // Settings page is open (such as RoomTiles) can reflect the change. dis.dispatch({ action: "feature_custom_status_changed", - value: newValue, }); } }