mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
lint
This commit is contained in:
@@ -14,6 +14,11 @@ import {
|
|||||||
useState,
|
useState,
|
||||||
} from "react";
|
} from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
import {
|
||||||
|
UNSTABLE_MSC4354_STICKY_EVENTS,
|
||||||
|
type MatrixClient,
|
||||||
|
} from "matrix-js-sdk";
|
||||||
|
import { logger } from "matrix-js-sdk/lib/logger";
|
||||||
|
|
||||||
import { FieldRow, InputField } from "../input/Input";
|
import { FieldRow, InputField } from "../input/Input";
|
||||||
import {
|
import {
|
||||||
@@ -27,14 +32,10 @@ import {
|
|||||||
alwaysShowIphoneEarpiece as alwaysShowIphoneEarpieceSetting,
|
alwaysShowIphoneEarpiece as alwaysShowIphoneEarpieceSetting,
|
||||||
preferStickyEvents as preferStickyEventsSetting,
|
preferStickyEvents as preferStickyEventsSetting,
|
||||||
} from "./settings";
|
} from "./settings";
|
||||||
import {
|
|
||||||
UNSTABLE_MSC4354_STICKY_EVENTS,
|
|
||||||
type MatrixClient,
|
|
||||||
} from "matrix-js-sdk";
|
|
||||||
import type { Room as LivekitRoom } from "livekit-client";
|
import type { Room as LivekitRoom } from "livekit-client";
|
||||||
import styles from "./DeveloperSettingsTab.module.css";
|
import styles from "./DeveloperSettingsTab.module.css";
|
||||||
import { useUrlParams } from "../UrlParams";
|
import { useUrlParams } from "../UrlParams";
|
||||||
import { logger } from "matrix-js-sdk/lib/logger";
|
|
||||||
interface Props {
|
interface Props {
|
||||||
client: MatrixClient;
|
client: MatrixClient;
|
||||||
livekitRooms?: { room: LivekitRoom; url: string; isLocal?: boolean }[];
|
livekitRooms?: { room: LivekitRoom; url: string; isLocal?: boolean }[];
|
||||||
|
|||||||
Reference in New Issue
Block a user