mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
Inform that the user that config keys are missing (#880)
This commit is contained in:
@@ -214,5 +214,5 @@ export class Initializer {
|
||||
resolve();
|
||||
}
|
||||
}
|
||||
private initPromise: Promise<void>;
|
||||
private initPromise: Promise<void> | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user