diff --git a/html/src/app.js b/html/src/app.js index 45f8e1b9..29b7e7e3 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -707,7 +707,7 @@ speechSynthesis.getVoices(); var params = { receiverUserId: API.currentUser.id, type: 'invite', - message: 'This is a generated invite', + message: '', seen: false, details: { worldId: L.tag, @@ -6780,7 +6780,7 @@ speechSynthesis.getVoices(); API.sendNotification({ receiverUserId: D.id, type: 'invite', - message: 'This is a generated invite', + message: '', seen: false, details: { worldId: this.lastLocation, @@ -7461,7 +7461,7 @@ speechSynthesis.getVoices(); var params = { receiverUserId: '', type: 'invite', - message: 'This is a generated invite', + message: '', seen: false, details: { worldId: D.worldId,