Reuse media content/info types from the js-sdk (#12308)
This commit is contained in:
committed by
GitHub
parent
89eb884821
commit
431ae32304
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user