Merge branch 'staging' into neo-server

This commit is contained in:
Cohee 2024-04-14 15:00:50 +03:00
commit ddc55c7c22
1 changed files with 1 additions and 1 deletions

View File

@ -858,11 +858,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);