mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Cleanup
This commit is contained in:
parent
bf450ad075
commit
aa160095fa
@ -57,7 +57,7 @@ interface IProps {
|
||||
onClose: () => void;
|
||||
isRoomEncrypted: boolean;
|
||||
inDialog: boolean;
|
||||
key: any;
|
||||
key: number;
|
||||
}
|
||||
|
||||
interface IState {
|
||||
|
@ -24,16 +24,14 @@ export interface SetRightPanelPhasePayload extends ActionPayload {
|
||||
action: Action.SetRightPanelPhase;
|
||||
|
||||
phase: RightPanelPhases;
|
||||
refireParams?: SetRightPanelPhaseRefireParams;
|
||||
refireParams: SetRightPanelPhaseRefireParams;
|
||||
}
|
||||
|
||||
export interface SetRightPanelPhaseRefireParams {
|
||||
// XXX: Fix after the types are defiend in matrix-js-sdk
|
||||
// No appropriate types exist yet for the fields
|
||||
member?: RoomMember;
|
||||
verificationRequest?: typeof VerificationRequest;
|
||||
verificationRequest?: VerificationRequest;
|
||||
groupId?: string;
|
||||
groupRoomId?: string;
|
||||
// XXX: 'view_3pid_invite' action's payload
|
||||
// XXX: The type for event should 'view_3pid_invite' action's payload
|
||||
event?: any;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user