You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-26 04:01:04 +03:00
Mock isGuest
This commit is contained in:
@ -133,6 +133,7 @@ export function createTestClient() {
|
||||
sendHtmlMessage: () => q({}),
|
||||
getSyncState: () => "SYNCING",
|
||||
generateClientSecret: () => "t35tcl1Ent5ECr3T",
|
||||
isGuest: () => false,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user