We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b7db8 commit 094b0f4Copy full SHA for 094b0f4
1 file changed
src/matrixrtc/MembershipManager.ts
@@ -1,7 +1,7 @@
1
import { UpdateDelayedEventAction } from "../@types/requests.ts";
2
import { HTTPError, MatrixError } from "../http-api/errors.ts";
3
import { logger } from "../logger.ts";
4
-import { EventTimeline, EventType, MatrixClient, Room } from "../matrix.ts";
+import type { EventTimeline, EventType, MatrixClient, Room } from "../matrix.ts";
5
import { sleep } from "../utils.ts";
6
import { CallMembership, DEFAULT_EXPIRE_DURATION, SessionMembershipData } from "./CallMembership.ts";
7
import { Focus } from "./focus.ts";
0 commit comments