diff --git a/html/src/vr.js b/html/src/vr.js
index 1aff3fa9..596d64e2 100644
--- a/html/src/vr.js
+++ b/html/src/vr.js
@@ -856,6 +856,7 @@ speechSynthesis.getVoices();
data: ctx.displayName,
isFavorite: ctx.isFavorite,
isFriend: ctx.isFriend,
+ userId: ctx.userId,
type: 'OnPlayerJoining'
};
feeds.splice(i, 0, onPlayerJoining);