Reload automatically when changing cross-signing flag

This commit is contained in:
J. Ryan Stinnett
2019-11-18 16:06:00 +00:00
parent 50cccd3212
commit b8c0a0fe72
2 changed files with 4 additions and 3 deletions
@@ -17,7 +17,7 @@ limitations under the License.
import SettingController from "./SettingController";
import PlatformPeg from "../../PlatformPeg";
export default class LowBandwidthController extends SettingController {
export default class ReloadOnChangeController extends SettingController {
onChange(level, roomId, newValue) {
PlatformPeg.get().reload();
}