Merge conflicts

This commit is contained in:
NigeParis 2025-12-18 20:20:04 +01:00
parent 46a1b99ed1
commit 8bfa65ba51

View file

@ -31,6 +31,21 @@ export type blockedUnBlocked =
by: string,
};
export type obj =
{
command: string,
destination: string,
type: string,
user: string,
frontendUserName: string,
frontendUser: string,
token: string,
text: string,
timestamp: number,
SenderWindowID: string,
Sendertext: string,
};
// get the name of the machine used to connect
const machineHostName = window.location.hostname;
console.log('connect to login at %chttps://' + machineHostName + ':8888/app/login',color.yellow);