Cleanup MessageFile component

This commit is contained in:
N-Pex 2025-10-23 10:58:35 +02:00
parent 90d5f3b2f8
commit fe93764763
2 changed files with 11 additions and 13 deletions

View file

@ -1,6 +1,6 @@
import { MatrixEvent, Room } from "matrix-js-sdk";
import { AttachmentBatch } from "./attachment";
import { Proof, MediaMetadata } from "./proof";
import { Proof, MediaMetadata, MediaInterventionFlags } from "./proof";
export type KeanuEventExtension = {
isMxThread?: boolean;