You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Fix ICreateClientOpts missing idBaseUrl
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -113,9 +113,9 @@ export function setCryptoStoreFactory(fac) {
|
|||||||
cryptoStoreFactory = fac;
|
cryptoStoreFactory = fac;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
interface ICreateClientOpts {
|
interface ICreateClientOpts {
|
||||||
baseUrl: string;
|
baseUrl: string;
|
||||||
|
idBaseUrl?: string;
|
||||||
store?: Store;
|
store?: Store;
|
||||||
cryptoStore?: CryptoStore;
|
cryptoStore?: CryptoStore;
|
||||||
scheduler?: MatrixScheduler;
|
scheduler?: MatrixScheduler;
|
||||||
|
|||||||
Reference in New Issue
Block a user