Conflits merge

This commit is contained in:
NigeParis 2025-12-18 20:09:57 +01:00
parent 36d767072f
commit 73a41f2b39

View file

@ -31,23 +31,6 @@ export type blockedUnBlocked =
by: string,
};
<<<<<<< HEAD
=======
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,
};
>>>>>>> refs/remotes/origin/nigel/functionBlockMessage
// get the name of the machine used to connect
const machineHostName = window.location.hostname;