diff --git a/Docker.mk b/Docker.mk index e6f820b..f63b928 100644 --- a/Docker.mk +++ b/Docker.mk @@ -3,10 +3,10 @@ # ::: :::::::: # # Docker.mk :+: :+: :+: # # +:+ +:+ +:+ # -# By: maiboyer +#+ +:+ +#+ # +# By: nrobinso +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/06/11 18:10:26 by maiboyer #+# #+# # -# Updated: 2025/12/12 14:56:10 by maiboyer ### ########.fr # +# Updated: 2025/12/17 11:34:56 by nrobinso ### ########.fr # # # # **************************************************************************** # @@ -21,7 +21,6 @@ DOCKER_SERVICE= \ nginx \ user \ - all: build docker compose up -d $(DOCKER_SERVICE) diff --git a/src/chat/src/app.ts b/src/chat/src/app.ts index bf27c55..c0860fb 100644 --- a/src/chat/src/app.ts +++ b/src/chat/src/app.ts @@ -465,6 +465,8 @@ async function onReady(fastify: FastifyInstance) { token: '', text: '', timestamp: Date.now(), + frontendUserName: '', + frontendUser: '', SenderWindowID: socket.id, Sendertext: 'You have blocked', };