WIP - block user

This commit is contained in:
NigeParis 2025-12-18 20:07:07 +01:00
commit 36d767072f
7 changed files with 131 additions and 0 deletions

View file

@ -31,6 +31,23 @@ 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;