diff --git a/public/script.js b/public/script.js index c57d4c93b..27db3022e 100644 --- a/public/script.js +++ b/public/script.js @@ -897,11 +897,11 @@ async function firstLoadInit() { throw new Error('Initialization failed'); } - await getClientVersion(); await readSecretState(); await getSettings(); getSystemMessages(); sendSystemMessage(system_message_types.WELCOME); + await getClientVersion(); initLocales(); initTags(); await getUserAvatars(true, user_avatar);