Merge remote-tracking branch 'origin/staging' into feature/zoomed-avatar-tweaks

This commit is contained in:
Kristan Schlikow
2024-04-14 15:19:33 +02:00
8 changed files with 568 additions and 202 deletions

View File

@ -855,11 +855,11 @@ async function firstLoadInit() {
throw new Error('Initialization failed');
}
await getClientVersion();
await readSecretState();
await getSettings();
await getSystemMessages();
sendSystemMessage(system_message_types.WELCOME);
await getClientVersion();
initLocales();
initTags();
await getUserAvatars(true, user_avatar);