You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Appease the linter
This commit is contained in:
@@ -64,7 +64,6 @@ import SdkConfig from './SdkConfig';
|
|||||||
import { showUnknownDeviceDialogForCalls } from './cryptodevices';
|
import { showUnknownDeviceDialogForCalls } from './cryptodevices';
|
||||||
import WidgetUtils from './utils/WidgetUtils';
|
import WidgetUtils from './utils/WidgetUtils';
|
||||||
import WidgetEchoStore from './stores/WidgetEchoStore';
|
import WidgetEchoStore from './stores/WidgetEchoStore';
|
||||||
import {IntegrationManagers} from "./integrations/IntegrationManagers";
|
|
||||||
import SettingsStore, { SettingLevel } from './settings/SettingsStore';
|
import SettingsStore, { SettingLevel } from './settings/SettingsStore';
|
||||||
|
|
||||||
global.mxCalls = {
|
global.mxCalls = {
|
||||||
|
|||||||
@@ -492,7 +492,7 @@ export default class WidgetUtils {
|
|||||||
// safe to send.
|
// safe to send.
|
||||||
// We'll end up using a local render URL when we see a Jitsi widget anyways, so this is
|
// 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.
|
// really just for backwards compatibility and to appease the spec.
|
||||||
currentUrl = "https://riot.im/app"
|
currentUrl = "https://riot.im/app";
|
||||||
}
|
}
|
||||||
if (!currentUrl.endsWith('/')) {
|
if (!currentUrl.endsWith('/')) {
|
||||||
currentUrl = `${currentUrl}/`;
|
currentUrl = `${currentUrl}/`;
|
||||||
|
|||||||
Reference in New Issue
Block a user