This commit is contained in:
2026-05-18 18:15:03 +02:00
parent 8f8bda1d0d
commit e445169456
2 changed files with 47 additions and 20 deletions

View File

@@ -16,6 +16,7 @@ function broadcastChatPresence() {
if (!seen.has(client.userId)) {
seen.add(client.userId);
users.push({
id: client.userId,
username: client.username,
display_name: client.display_name,
avatar_file: client.avatar_file,