Basic ts-ification of SetupEncryptionBody
This commit is contained in:
parent
8520a11fc3
commit
46b2f0404a
2 changed files with 27 additions and 15 deletions
|
@ -39,7 +39,7 @@ 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