You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Make fields optional
This commit is contained in:
@@ -107,15 +107,15 @@ interface ThirdpartyLookupResponseFields {
|
|||||||
/* eslint-disable camelcase */
|
/* eslint-disable camelcase */
|
||||||
|
|
||||||
// im.vector.sip_native
|
// im.vector.sip_native
|
||||||
virtual_mxid: string;
|
virtual_mxid?: string;
|
||||||
is_virtual: boolean;
|
is_virtual?: boolean;
|
||||||
|
|
||||||
// im.vector.sip_virtual
|
// im.vector.sip_virtual
|
||||||
native_mxid: string;
|
native_mxid?: string;
|
||||||
is_native: boolean;
|
is_native?: boolean;
|
||||||
|
|
||||||
// common
|
// common
|
||||||
lookup_success: boolean;
|
lookup_success?: boolean;
|
||||||
|
|
||||||
/* eslint-enable camelcase */
|
/* eslint-enable camelcase */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user