Await for profiles loading before continuing

This commit is contained in:
Cohee
2024-09-07 21:33:31 +03:00
parent 739d0c95c3
commit 10ddf77948
2 changed files with 33 additions and 7 deletions

View File

@@ -462,6 +462,7 @@ export const event_types = {
LLM_FUNCTION_TOOL_CALL: 'llm_function_tool_call',
ONLINE_STATUS_CHANGED: 'online_status_changed',
IMAGE_SWIPED: 'image_swiped',
CONNECTION_PROFILE_LOADED: 'connection_profile_loaded',
};
export const eventSource = new EventEmitter();