mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
linter
This commit is contained in:
@@ -6,6 +6,7 @@ Please see LICENSE in the repository root for full details.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { useEffect, useMemo } from "react";
|
import { useEffect, useMemo } from "react";
|
||||||
|
import { logger } from "matrix-js-sdk/lib/logger";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
setLocalStorageItemReactive,
|
setLocalStorageItemReactive,
|
||||||
@@ -14,7 +15,6 @@ import {
|
|||||||
import { getUrlParams } from "../UrlParams";
|
import { getUrlParams } from "../UrlParams";
|
||||||
import { E2eeType } from "./e2eeType";
|
import { E2eeType } from "./e2eeType";
|
||||||
import { useClient } from "../ClientContext";
|
import { useClient } from "../ClientContext";
|
||||||
import { logger } from "matrix-js-sdk/lib/logger";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This setter will update the state for all `useRoomSharedKey` hooks
|
* This setter will update the state for all `useRoomSharedKey` hooks
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ export const ActiveCall: FC<ActiveCallProps> = (props) => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, []);
|
}, [livekitRoom]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (livekitRoom !== undefined) {
|
if (livekitRoom !== undefined) {
|
||||||
|
|||||||
Reference in New Issue
Block a user