Merge branch 'release' into staging

This commit is contained in:
Cohee
2024-04-14 15:00:39 +03:00

View File

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