Remove usused setting value from CustomStatusController

pull/21833/head
J. Ryan Stinnett 2019-01-15 09:27:12 -06:00
parent d8de607edc
commit 632bbde598
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ export default class CustomStatusController extends SettingController {
// Settings page is open (such as RoomTiles) can reflect the change. // Settings page is open (such as RoomTiles) can reflect the change.
dis.dispatch({ dis.dispatch({
action: "feature_custom_status_changed", action: "feature_custom_status_changed",
value: newValue,
}); });
} }
} }