Update src/domain/session/room/RoomViewModel.js

Co-authored-by: R Midhun Suresh <hi@midhun.dev>
This commit is contained in:
Bruno Windels 2023-01-17 08:25:33 +00:00
parent 7d80fbda4c
commit f421cdd4f2

View File

@ -24,7 +24,7 @@ import {ErrorReportViewModel} from "../../ErrorReportViewModel";
import {ViewModel} from "../../ViewModel";
import {imageToInfo} from "../common.js";
import {LocalMedia} from "../../../matrix/calls/LocalMedia";
import { ErrorViewModel } from "../../ErrorViewModel";
import {ErrorViewModel} from "../../ErrorViewModel";
// TODO: remove fallback so default isn't included in bundle for SDK users that have their custom tileClassForEntry
// this is a breaking SDK change though to make this option mandatory
import {tileClassForEntry as defaultTileClassForEntry} from "./timeline/tiles/index";