Merge branch 'release' into staging

This commit is contained in:
Cohee
2024-04-15 00:26:43 +03:00
4 changed files with 33 additions and 3 deletions

View File

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