chart data fixes
This commit is contained in:
@@ -28,7 +28,7 @@ const rooms = computed(() => [{
|
||||
avatar: null,
|
||||
users: [
|
||||
{ _id: CURRENT_USER_ID, username: 'You' },
|
||||
{ _id: AGENT_ID, username: 'AI Agent', status: { state: isConnected.value ? 'online' : 'offline' } }
|
||||
{ _id: AGENT_ID, username: 'AI Agent' }
|
||||
],
|
||||
unreadCount: 0,
|
||||
typingUsers: isAgentProcessing.value ? [AGENT_ID] : []
|
||||
|
||||
Reference in New Issue
Block a user