diff --git a/src/CallHandler.js b/src/CallHandler.js index 4817523f0d..7ec4e7d8bb 100644 --- a/src/CallHandler.js +++ b/src/CallHandler.js @@ -64,7 +64,6 @@ import SdkConfig from './SdkConfig'; import { showUnknownDeviceDialogForCalls } from './cryptodevices'; import WidgetUtils from './utils/WidgetUtils'; import WidgetEchoStore from './stores/WidgetEchoStore'; -import {IntegrationManagers} from "./integrations/IntegrationManagers"; import SettingsStore, { SettingLevel } from './settings/SettingsStore'; global.mxCalls = { diff --git a/src/utils/WidgetUtils.js b/src/utils/WidgetUtils.js index fa6bd664a2..e68ec8483c 100644 --- a/src/utils/WidgetUtils.js +++ b/src/utils/WidgetUtils.js @@ -492,7 +492,7 @@ export default class WidgetUtils { // safe to send. // We'll end up using a local render URL when we see a Jitsi widget anyways, so this is // really just for backwards compatibility and to appease the spec. - currentUrl = "https://riot.im/app" + currentUrl = "https://riot.im/app"; } if (!currentUrl.endsWith('/')) { currentUrl = `${currentUrl}/`;