From d94d02d19b9f17c724b5919b185fea3413dbf7a2 Mon Sep 17 00:00:00 2001 From: Timo K Date: Tue, 30 Sep 2025 16:46:32 +0200 Subject: [PATCH] fix imports Signed-off-by: Timo K --- src/matrixrtc/CallMembership.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/matrixrtc/CallMembership.ts b/src/matrixrtc/CallMembership.ts index b9830f988..4908e7e52 100644 --- a/src/matrixrtc/CallMembership.ts +++ b/src/matrixrtc/CallMembership.ts @@ -18,9 +18,9 @@ import { MXID_PATTERN } from "../models/room-member.ts"; import { deepCompare } from "../utils.ts"; import { isLivekitFocusSelection, type LivekitFocusSelection } from "./LivekitFocus.ts"; import { slotDescriptionToId, slotIdToDescription, type SlotDescription } from "./MatrixRTCSession.ts"; -import { type RTCCallIntent, type Transport } from "./types.ts"; -import { type RelationType } from "src/types.ts"; +import type { RTCCallIntent, Transport } from "./types.ts"; import { type MatrixEvent } from "../models/event.ts"; +import { type RelationType } from "../@types/event.ts"; /** * The default duration in milliseconds that a membership is considered valid for.