WIP conflits sorted out

This commit is contained in:
NigeParis 2025-12-18 20:24:39 +01:00
parent fd1ec359d2
commit 384e0b6256

View file

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