mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Update src/domain/session/room/RoomViewModel.js
Co-authored-by: R Midhun Suresh <hi@midhun.dev>
This commit is contained in:
parent
7d80fbda4c
commit
f421cdd4f2
@ -24,7 +24,7 @@ import {ErrorReportViewModel} from "../../ErrorReportViewModel";
|
|||||||
import {ViewModel} from "../../ViewModel";
|
import {ViewModel} from "../../ViewModel";
|
||||||
import {imageToInfo} from "../common.js";
|
import {imageToInfo} from "../common.js";
|
||||||
import {LocalMedia} from "../../../matrix/calls/LocalMedia";
|
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
|
// 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
|
// this is a breaking SDK change though to make this option mandatory
|
||||||
import {tileClassForEntry as defaultTileClassForEntry} from "./timeline/tiles/index";
|
import {tileClassForEntry as defaultTileClassForEntry} from "./timeline/tiles/index";
|
||||||
|
Loading…
Reference in New Issue
Block a user