diff --git a/public/script.js b/public/script.js index 56b2eab8b..c393e62c0 100644 --- a/public/script.js +++ b/public/script.js @@ -855,11 +855,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);