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
|
@ -39,9 +39,8 @@ interface IProps {
|
|||
member: RoomMember | User;
|
||||
onClose: () => void;
|
||||
verificationRequest: VerificationRequest;
|
||||
verificationRequestPromise: Promise<VerificationRequest>;
|
||||
verificationRequestPromise?: Promise<VerificationRequest>;
|
||||
layout: string;
|
||||
inDialog: boolean;
|
||||
isRoomEncrypted: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue