Merge and add export support for the modified MAudioBody

This commit is contained in:
Jaiwanth 2021-07-02 10:40:48 +05:30
commit 190ccb6f00
118 changed files with 1959 additions and 1772 deletions

View file

@ -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) => {