added text to work in sendInvite

This commit is contained in:
NigeParis 2025-12-29 12:30:57 +01:00 committed by Maix0
parent da8298dce8
commit 7532ce19d2

View file

@ -31,7 +31,7 @@ export function sendInvite(fastify: FastifyInstance, innerHtml: string, profil:
type: "chat", type: "chat",
user: profil.SenderName, user: profil.SenderName,
token: '', token: '',
text: ' needs this to work', text: ' needs some text to work',
timestamp: Date.now(), timestamp: Date.now(),
SenderWindowID: socket.id, SenderWindowID: socket.id,
userID: '', userID: '',