Fix imports for SettingLevel to point at new file

This commit is contained in:
Travis Ralston 2020-07-28 11:53:43 -06:00
parent 4db4625e34
commit 1f7f40736b
43 changed files with 71 additions and 48 deletions

View file

@ -17,8 +17,8 @@ limitations under the License.
import {MatrixClientPeg} from '../../MatrixClientPeg';
import MatrixClientBackedSettingsHandler from "./MatrixClientBackedSettingsHandler";
import {SettingLevel} from "../SettingsStore";
import {objectClone, objectKeyChanges} from "../../utils/objects";
import {SettingLevel} from "../SettingLevel";
const BREADCRUMBS_LEGACY_EVENT_TYPE = "im.vector.riot.breadcrumb_rooms";
const BREADCRUMBS_EVENT_TYPE = "im.vector.setting.breadcrumbs";

View file

@ -18,7 +18,7 @@ limitations under the License.
import SettingsHandler from "./SettingsHandler";
import {MatrixClientPeg} from "../../MatrixClientPeg";
import {SettingLevel} from "../SettingsStore";
import {SettingLevel} from "../SettingLevel";
/**
* Gets and sets settings at the "device" level for the current device.

View file

@ -17,8 +17,8 @@ limitations under the License.
import {MatrixClientPeg} from '../../MatrixClientPeg';
import MatrixClientBackedSettingsHandler from "./MatrixClientBackedSettingsHandler";
import {SettingLevel} from "../SettingsStore";
import {objectClone, objectKeyChanges} from "../../utils/objects";
import {SettingLevel} from "../SettingLevel";
const ALLOWED_WIDGETS_EVENT_TYPE = "im.vector.setting.allowed_widgets";

View file

@ -16,7 +16,7 @@ limitations under the License.
*/
import SettingsHandler from "./SettingsHandler";
import {SettingLevel} from "../SettingsStore";
import {SettingLevel} from "../SettingLevel";
/**
* Gets and sets settings at the "room-device" level for the current device in a particular

View file

@ -17,8 +17,8 @@ limitations under the License.
import {MatrixClientPeg} from '../../MatrixClientPeg';
import MatrixClientBackedSettingsHandler from "./MatrixClientBackedSettingsHandler";
import {SettingLevel} from "../SettingsStore";
import {objectClone, objectKeyChanges} from "../../utils/objects";
import {SettingLevel} from "../SettingLevel";
/**
* Gets and sets settings at the "room" level.