1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Consolidate TileShape into TimelineRenderingType (#7843)

This commit is contained in:
Michael Telatynski
2022-02-18 15:56:05 +00:00
committed by GitHub
parent ca89d3b96e
commit 5f5bb4a4fe
21 changed files with 174 additions and 154 deletions

View File

@@ -18,7 +18,6 @@ import React, { ReactNode } from "react";
import { logger } from "matrix-js-sdk/src/logger";
import { Playback, PlaybackState } from "../../../audio/Playback";
import { TileShape } from "../rooms/EventTile";
import { UPDATE_EVENT } from "../../../stores/AsyncStore";
import { replaceableComponent } from "../../../utils/replaceableComponent";
import { _t } from "../../../languageHandler";
@@ -29,7 +28,6 @@ interface IProps {
playback: Playback;
mediaName?: string;
tileShape?: TileShape;
}
interface IState {