From 384e0b62563a1ef813f1e969769a600254c1d59d Mon Sep 17 00:00:00 2001 From: NigeParis Date: Thu, 18 Dec 2025 20:24:39 +0100 Subject: [PATCH] WIP conflits sorted out --- frontend/src/pages/chat/chat.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/frontend/src/pages/chat/chat.ts b/frontend/src/pages/chat/chat.ts index 02d0b16..2998eef 100644 --- a/frontend/src/pages/chat/chat.ts +++ b/frontend/src/pages/chat/chat.ts @@ -31,20 +31,6 @@ 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;