Reuse media content/info types from the js-sdk (#12308)

This commit is contained in:
Michael Telatynski
2024-03-11 09:30:00 +00:00
committed by GitHub
parent 89eb884821
commit 431ae32304
19 changed files with 74 additions and 258 deletions

View File

@@ -15,8 +15,7 @@ limitations under the License.
*/
import { IEventRelation, UploadProgress } from "matrix-js-sdk/src/matrix";
import { EncryptedFile } from "../customisations/models/IMediaEventContent";
import { EncryptedFile } from "matrix-js-sdk/src/types";
export class RoomUpload {
public readonly abortController = new AbortController();