Merge and add export support for the modified MAudioBody
This commit is contained in:
commit
190ccb6f00
118 changed files with 1959 additions and 1772 deletions
|
@ -24,7 +24,7 @@ import SettingsStore from "../../../settings/SettingsStore";
|
|||
|
||||
interface IProps {
|
||||
mxEvent: MatrixEvent;
|
||||
forExport: boolean;
|
||||
forExport?: boolean;
|
||||
}
|
||||
|
||||
const RedactedBody = React.forwardRef<any, IProps>(({ mxEvent, forExport }, ref) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue