mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
let it rebuild
This commit is contained in:
@@ -149,7 +149,7 @@ export function useLiveKit(
|
||||
>(undefined);
|
||||
|
||||
useEffect(() => {
|
||||
// Don't even try if we cannot blur on this platform
|
||||
// Don't even try if we cannot blur on this platform.
|
||||
if (!blur) return;
|
||||
if (!room || videoTrackPromise.current) return;
|
||||
const update = async (): Promise<void> => {
|
||||
|
||||
Reference in New Issue
Block a user