From a645bbe0ba376309f34f0075555dbbf96e945ff7 Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 28 Jan 2026 14:29:16 +0100 Subject: [PATCH] fix bad import --- src/state/SessionBehaviors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/SessionBehaviors.ts b/src/state/SessionBehaviors.ts index 057c068c..652e43b5 100644 --- a/src/state/SessionBehaviors.ts +++ b/src/state/SessionBehaviors.ts @@ -10,6 +10,7 @@ import { type LivekitTransportConfig, type MatrixRTCSession, MatrixRTCSessionEvent, + isLivekitTransportConfig, } from "matrix-js-sdk/lib/matrixrtc"; import { fromEvent } from "rxjs"; @@ -20,7 +21,6 @@ import { type ObservableScope, } from "./ObservableScope"; import { type Behavior } from "./Behavior"; -import { isLivekitTransportConfig } from "../../../matrix-js-sdk/src/matrixrtc"; export const membershipsAndTransports$ = ( scope: ObservableScope,