Fix extensions update loop

This commit is contained in:
Cohee 2024-04-15 00:24:15 +03:00
parent 6f5ca7b0b0
commit 789bb0da59
1 changed files with 2 additions and 2 deletions

View File

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