Add support for unencrypted media
This commit is contained in:
@@ -23,6 +23,7 @@ export interface RoomMessageEvent extends BaseRoomEvent {
|
||||
msgtype?: MessageType;
|
||||
body?: string;
|
||||
};
|
||||
url?: string;
|
||||
file?: { url: string };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user