added text to work in sendInvite
This commit is contained in:
parent
da8298dce8
commit
7532ce19d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue