Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 committed Jul 25, 2024
1 parent 24c13b6 commit 3c05ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Notifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {
} from "matrix-js-sdk/src/matrix";
import { logger } from "matrix-js-sdk/src/logger";
import { PermissionChanged as PermissionChangedEvent } from "@matrix-org/analytics-events/types/typescript/PermissionChanged";
import { MatrixRTCSession } from "matrix-js-sdk/src/matrixrtc/MatrixRTCSession";
import { MatrixRTCSession } from "matrix-js-sdk/src/matrixrtc";

Check failure on line 35 in src/Notifier.ts

View workflow job for this annotation

GitHub Actions / Typescript Syntax Check

Cannot find module 'matrix-js-sdk/src/matrixrtc' or its corresponding type declarations.

import { MatrixClientPeg } from "./MatrixClientPeg";
import { PosthogAnalytics } from "./PosthogAnalytics";
Expand Down
2 changes: 1 addition & 1 deletion test/toasts/IncomingCallToast-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { render, screen, cleanup, fireEvent, waitFor } from "@testing-library/re
import { mocked, Mocked } from "jest-mock";
import { Room, RoomStateEvent, MatrixEvent, MatrixEventEvent, MatrixClient } from "matrix-js-sdk/src/matrix";
import { ClientWidgetApi, Widget } from "matrix-widget-api";
=import { ICallNotifyContent } from "matrix-js-sdk/src/matrixrtc";
import { ICallNotifyContent } from "matrix-js-sdk/src/matrixrtc";

import type { RoomMember } from "matrix-js-sdk/src/matrix";
import {
Expand Down

0 comments on commit 3c05ca8

Please sign in to comment.