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');
}
await readSecretState();
await getSettings();
getSystemMessages();
sendSystemMessage(system_message_types.WELCOME);
await getClientVersion();
await readSecretState();
await getSettings();
initLocales();
initTags();
await getUserAvatars(true, user_avatar);