mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-15 22:31:32 +01:00
make BasePlatform::setLanguage sync, handle promises internally
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9bcea0aeca
commit
e63370799e
@ -163,5 +163,5 @@ export default class BasePlatform {
|
||||
return null;
|
||||
}
|
||||
|
||||
async setLanguage(preferredLangs: string[]): Promise<void> {}
|
||||
setLanguage(preferredLangs: string[]) {}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user