mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-03 05:31:14 +02:00
Merge branch 'staging' into neo-server
This commit is contained in:
commit
ddc55c7c22
@ -858,11 +858,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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user