parent
dc215addb4
commit
a95e7bbb13
7 changed files with 124 additions and 71 deletions
|
|
@ -143,12 +143,12 @@
|
|||
errors: []
|
||||
});
|
||||
|
||||
handleIncomingMessages(
|
||||
JSON.stringify({
|
||||
type: 'chat',
|
||||
payload: `${new Date().toLocaleTimeString()}: ${get(authStore)?.displayName} has connected to ${boxid}`
|
||||
})
|
||||
);
|
||||
// handleIncomingMessages(
|
||||
// JSON.stringify({
|
||||
// type: 'chat',
|
||||
// payload: `${new Date().toLocaleTimeString()}: ${get(authStore)?.displayName} has connected to ${boxid}`
|
||||
// })
|
||||
// );
|
||||
} else {
|
||||
addNotification('ERROR:Failed to get machine info');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue