mirror of https://github.com/vector-im/riot-web
s/unset/reset/
parent
e558661a77
commit
3eddc939ce
|
@ -71,7 +71,7 @@ export async function loadConfig(): Promise<void> {
|
|||
if (platformConfig) {
|
||||
SdkConfig.put(platformConfig);
|
||||
} else {
|
||||
SdkConfig.unset(); // clears the config (sets to empty object)
|
||||
SdkConfig.reset();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue