Add user presence indication to tabs and nodes

This commit is contained in:
Nick O'Leary
2024-04-23 09:27:35 +02:00
parent d218af8619
commit 789426f80e
12 changed files with 590 additions and 156 deletions

View File

@@ -69,7 +69,7 @@ module.exports = {
// Send init info to new connection
const initPacket = {
topic: "multiplayer/init",
data: getSessionsList(),
data: { sessions: getSessionsList() },
session: opts.session
}
// console.log('<<', initPacket)